AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Visual Studio Code Extension for AutoCAD® AutoLISP

Results 60 AutoLispExt issues
Sort by recently updated
recently updated
newest added

**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...

bug
goToDefinition

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)...

enhancement

Create an option to automatically pick the process if only one process is found: ![image](https://user-images.githubusercontent.com/70693364/117155746-50be3900-adbd-11eb-9c1f-a3708537448a.png)

enhancement
Debug

**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,...

enhancement

**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...

enhancement
Debug

**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...

enhancement

**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...

enhancement
format

**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...

enhancement

**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...

enhancement