Table of Contents

Chapter 1. AutoLISP with VS Code, Step by Step.

1.1 AutoCAD AutoLISP Extension for Visual Studio (VS) Code.
1.2 Setting up VS Code.
1.3 The VS Code User Interface.   
1.4 Installing the AutoLISP Extension.   
1.5 The File Explorer and the Editor.   
1.6 Workspace Structure.   
1.7 Defining the Debug Configuration.   
1.8 Activating Source Control Management.   
1.9 Summary.   

Chapter 2. Writing our Code.

2.1 Source Code Files.  
2.2 Writing AutoLISP code.   
2.3 Testing the programmed function.   
2.4 The calculus function.   
2.5 The drawing function.   
2.6    Programming the user interface.   
2.7 Testing the program.   
2.8 Updating the dictionary.   
2.9  On error…   
2.10 Committing Changes to our Repositories.   
2.11 Bundling it up.   
2.12 Demand loading the program.   
2.13 Summary.   

Chapter 3. Debugging Visual LISP Code   

3.1 Immediate evaluation of the code   
3.2 The Debugger’s User Interface.   
3.3  The debugging session.   
3.4 Function Tracing.   
3.5 Summary   

Chapter 4. VLX: The Visual LISP Executable   

4.1 The Make Application Wizard.   
4.2 Modifying the AutoLISP Build Project (PRV).   
4.3  Namespaces.   
4.4 Summary.   

Chapter 5. VS Code Command Reference   

5.1 The Command Palette.   
5.2 Status Bar.   
5.3 Menu bar.   
5.4 Contextual menus.   
5.5 Source Control view More Actions... menu.   
5.6 Customizing Keyboard Shortcuts.   
5.7 Creating your own snippets.   
5.5 Summary.   

No comments:

Post a Comment