Not signed in (Sign In)

Categories

Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorscriitoru
    • CommentTimeFeb 12th 2008
     permalink

    This is a truly helpful list while navigating code that is long or while scoping trough code that is not yours.
    The implementation of this feature should at the very least:

    • list symbols in currently active document
    • understand most common symbol types for common code formats (php, css etc.)
    • allow the user to filter the list
    • jump the current document to the line of the clicked symbol in the list

    •  
      CommentAuthordflock
    • CommentTimeFeb 12th 2008
     permalink

    This sounds like something that could/would best be done with upcoming Javascript scripting functionality.

  1.  permalink

    sciitoru: Well, it looks simple, but it’s not. The thing is, that the list has to be maintained during the parse time (lots of thread synchronization stuff). Parser is now able to recognize the symbols (based on scope), but the feature has no milestone assigned. So far, we are planing this to appear after 0.3.5.