[Objectscript-devel] [OBJECTSCRIPT] Issue #OBJS24 - editor feature: unresolved variable list
Brought to you by:
rob_d_clark
From: Rob C. <rob...@ma...> - 2003-01-28 00:38:24
|
You can view the issue detail at the following URL: <http://icandy.homeunix.org:443/scarab/issues/id/OBJS24> Type : Enhancement Issue Id : OBJS24 Reported by: Rob Clark rob...@ma... - (rob...@ma...) Details: Headline: editor feature: unresolved variable list Description: It would be possible to use the syntax-tree that is an output of the parser to find references to variables that are not declared in the scope where they are referenced. The user should be able to look at that list, and know what globals the file makes use of... and should be able to recognize typos, etc. From my notes from home: + implement parser that can determine if a variable has been defined in a given scope. Make list (tree?) that shows potentially unresolved references. User can click on item in list, and jump to that location in the code. Severity: Minor Functional Area: ode Status: New |