Autodesk-AutoCAD / AutoLispExt

Visual Studio Code Extension for AutoCAD® AutoLISP
https://marketplace.visualstudio.com/items?itemName=Autodesk.autolispext
Apache License 2.0
83 stars 30 forks source link

A way to scan the lisp to get the name of all variables #244

Open Djwhitelion opened 4 months ago

Djwhitelion commented 4 months ago

A way to scan the lisp document and/or the defun to get all variables. It would be awesome if I could scan a defun to get all variables that are used in a defun so I can easily put them in the defun. Or remove. So it is easier to manage global variables and local.

Sen-real commented 4 months ago

Thanks for the good idea!