Menu

#548 additional quickfixes for undefined variable

open
nobody
None
5
2011-08-02
2011-08-02
Tim Diggins
No

would be good to have additional quickfixes for undefined variable (these are very like java's):

currently there are:
create $variablename class
create $variablename method

would be good to also have
create $variablename local variable

OR (if the variablename is allcaps (isupper()))
create $variablename global variable/constant.

The variablename should be created just before the first problem marker for the variablename with the current method/scope.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.