Skip to content
Artur edited this page Aug 27, 2015 · 4 revisions

Implemented

  • local variables (already used and also from set, ..., check also another)
  • parameter
  • procs
  • class names
  • class methods [Class ....]
  • local method (by my ... oder [self] ....)
  • (check) global variables (:: notation)
  • build-in procs
  • sub commands
  • options
  • namespaces
  • full named global variables $::name
  • procs with namespace
  • instance variables (by my instvar, my variable)

Open

  • class defined variables by TclOO
  • code completion based on syntax checker
  • variable referenced object (method completion)
  • result based object [...] method
  • nested objects
  • support additional repos in script editor (for example vivado or expect)

Design

  • Prepare separate code completion modules that depends on IntroProxy instance

Clone this wiki locally