VS Code provides you with several ways to manage your AutoLISP source code files.
When working in VS Code, you can manage your source code files using a combination of:
Source code files are stored in a folder on a local and network drive. A single folder can be used to organize all of your source code files or you can use multiple folders to logically group your source code files based on their intended purpose. When working in VS Code, you can open a folder which provides access to all files and subfolders in that folder from the Explorer view on the Activity bar.
The git source control manager (SCM) extension is installed with VS Code. You can access the features of git by opening a folder that represents a git repository or clone from a URL. Once a git repository or clone has been opened, you can:
For more information on the Git extension and other SCM Provider extensions, see Using Version Control in VS Code on the Microsoft.com website.
AutoLISP projects allow you to logically group AutoLISP source (LSP) files. An AutoLISP project is saved to a file with the .prj extension. PRJ files contain references to LSP files that are already stored in a local or network folder, or a folder that represents a git repository. The AutoCAD AutoLISP Extension defines a view on the Activity bar named AutoLISP Project Manager from which you can create and open PRJ files.
Once a PRJ file has been opened, you can
The AutoLISP Project Manager consists of two panes; PROJECT and FIND & REPLACE.
The following explains the tools that are part of each pane.
Contains tools used to create and open an AutoLISP project from which you can manage your AutoLISP source (LSP) files.
Current Project
Name of the project currently open in the AutoLISP Project Manager.
Toolbar
Current Project - Secondary Menu
LSP File - Secondary Menu
Contains tools used to find and replace text strings within the AutoLISP source (LSP) files that are in the current project.
Toolbar