AutoLispExt
AutoLispExt copied to clipboard
It should identify the global and local variables in vscode by the lisp extension
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 could use this, as well as a way to see what variables are global and local, similar to in VLIDE when you can list statistics and see the global variables in a function. I use it to make sure that my variables are local when they need to be.
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
This is a must for Lisp coders. It's literally the only thing missing now that we've moved from the old VLIDE to VS Code. An alphabetized, upper case (to distinguish between manually done and automated) list of globals to localize.