-
Notifications
You must be signed in to change notification settings - Fork 3
Code Completion
Artur edited this page Aug 27, 2015
·
4 revisions
- 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)
- 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)
- Prepare separate code completion modules that depends on IntroProxy instance