Wednesday Dec 26, 2007

Scala for NetBeans Screenshot#3: Preliminary Marking Occurrences and Goto Declaration

When you put the caret on a var, val, or function id, for example, "userName" on the below screenshot, the occurrences of this var/val/function will be highlighting, and, on the right side bar, there are colored indicators telling you where are these occurrences.

You can also go to declaration of var/val/function too (only in same source file currently).

What does this mean? It means I've begun to do some semantic analysis on parsed AST.

Click on the picture to enlarge it

nn

Comments:

Post a Comment:
Comments are closed for this entry.