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:
Store Source Files in FoldersSource 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. Control Source with Git RepositoriesThe 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. Access Source Files with AutoLISP Projects (Recommended)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
Note: On Windows only, PRJ files can be used to compile several LSP files into a single Visual LISP executable (VLX) file.
The AutoLISP Project Manager consists of two panes; PROJECT and FIND & REPLACE. The following explains the tools that are part of each pane.
|
|Archiver|CAD开发者社区 ( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2024-12-15 14:43
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.