Skip to content

raycarter/tcl-outline-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tcl-outline (extension for VS Code)

This extension parses .tcl file in current active editor and show name of proc with their parameter list in an output window.

Note:

Due to lack of time some other TCL language elements such as namespace, global global variables etc. are not included at the moment.

Features

  • ctrl+shift+p or F1 and enter tcl outline to select the commands

example

Extension Settings

At the moment there is no settings available.

Known Issues

Source

License

MIT

Release Notes

0.2.1

0.2.0

0.1.3

0.1.2

0.1.1

  • no need to install tcl language support first

0.1.0

  • Only proc (functions) are indicated.