AutoLispExt
AutoLispExt copied to clipboard
Visual Studio Code Extension for AutoCAD® AutoLISP
**Describe the bug** Go To Defnitition inside if jumps to wrong statement Steps to reproduce the behavior: Test with the following code: `(defun foo () (setq a 1) (if T...
that's could be very convenience
The latest VS Code release 1.56.0 supports showing variable values inline in the editor when stepping through source code. To enable this feature, the debug.inlineValues setting has a new (default)...
Create an option to automatically pick the process if only one process is found: 
**Is your feature request related to a problem? Please describe.** Allow more commands or shortcuts to fold and unfold regions. **Describe the solution you'd like** If the region is folded,...
**Is your feature request related to a problem? Please describe.** From Christopher Cowgill's feedback in the beta forum: Vscode will show all locals, but not global variable values. I really...
**Is your feature request related to a problem? Please describe.** Please allow multiple files to be loaded at the same time. **Describe the solution you'd like** Next to the Load...
**Is your feature request related to a problem? Please describe.** Please remove blank lines when formatting autolisp code. **Describe the solution you'd like** In the code formatting section, give the...
**Is your feature request related to a problem? Please describe.** More an aesthetic issue. **Describe the solution you'd like** The View menu includes options to Show/Hide the Explorer, Search, SCM...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll...