AutoLispExt
AutoLispExt copied to clipboard
Visual Studio Code Extension for AutoCAD® AutoLISP
**Is your feature request related to a problem? Please describe.** I'm always frustrated when I find a bug related to me forgetting to me forgetting to make a variable private...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] [#15 ](https://github.com/Autodesk-AutoCAD/AutoLispExt/issues/15) **Describe the...
**Is your feature request related to a problem? Please describe.** Lisp is generally quite dumb and I would like to solve that with comment annotations. **Describe the solution you'd like**...
The original VLIDE would color function definitions created using .Net and I would like to see this ability get carried over to this Extension. **Describe the solution you'd like** Preferably...
**Is your feature request related to a problem? Please describe.** Project list gets hard to work with when there are too many files **Describe the solution you'd like** 1. Present...
**Is your feature request related to a problem? Please describe.** We can't create a new file which is automatically added into current project on the project panel **Describe the solution...
**Is your feature request related to a problem? Please describe.** Rename Project, this doesn’t seem to be possible in the current flow. **Describe the solution you'd like** I want to...
we need a command line compile tool to batch compile lsp to vlx. in AutoCAD command line, makelispapp is not controlled by the sysvar "filedia". So we cannot use it...
The AutoLISP Project Manager introduced with 1.3.0 Introduces nothing new. What it does was already available using multi-root Workspaces. In fact managing Workspaces is more complete as they can be...
**Describe the bug** Code is getting injected into other files. When debugging and executing a file in VSCode, portions of the code are getting injected into other open files. **To...