AutoLispExt icon indicating copy to clipboard operation
AutoLispExt copied to clipboard

Localise variables

Open JonathanHandojo opened this issue 4 years ago • 3 comments

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.

JonathanHandojo avatar Sep 15 '21 22:09 JonathanHandojo

@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

Sen-real avatar Sep 17 '21 05:09 Sen-real

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.

xg6636 avatar Jul 29 '22 15:07 xg6636

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.

JDSComm avatar Nov 16 '22 14:11 JDSComm