AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

It should identify the global and local variables in vscode by the lisp extension

Open nigma456 opened this issue 5 years ago • 1 comments

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.

nigma456 avatar Jun 03 '20 03:06 nigma456

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.

LeasonB avatar Apr 20 '21 15:04 LeasonB