lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


* Rob Kendrick:

>> Yes, but there are some operations for which full IDE support is
>> possible, safe, and useful.  Renaming local variables is one of them.
>> Or jumping to the definition of a local variable.  I think I would
>> find semantically colored global variable references helpful, too.
>
> Yes, but all of these can be done without having to run the code, and
> with near perfect confidence.

Sure, I just wanted to mention that Lua has some useful static
properties, too.  Now I just need an IDE that actually makes use of
them...