Autodesk-AutoCAD / AutoLispExt

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

Localise variables #166

Open JonathanHandojo opened 2 years ago

JonathanHandojo commented 2 years ago

Is there an option to perform syntax checking like how we could set using the diagnostics of the general options in the Visual LISP Integrated Development Environment? It'll help a lot with localising variables for me when creating a command. If it's not possible, I can create my own function to debug this on the command line as well, but it'll be helpful.

Sen-real commented 2 years ago

@JonathanHandojo Sorry, but no, I don't think so; here're all the settings that we have right now. @nigma456 please correct me if I'm wrong. image

xg6636 commented 2 years ago

As the official editor (ide?),it's very incredible to lack the function of localizing variables.We need this function,fix it as soon as possible please.

JDSComm commented 1 year ago

I agree! At least create an extension that could list the declared variables in each function, hopefully just the remaining global ones, to the output window. To me it seems possible and not that difficult.