vscode-tcl
                                
                                
                                
                                    vscode-tcl copied to clipboard
                            
                            
                            
                        Tcl for Visual Studio Code
Hi there! The auto save format that just appeared in my `.tcl` files is like an additional gift from last Christmas ;). Thanks! To the issue: ```tcl proc myProc {a...
I really appreciate the appearance of the Tcl code reformatting in the latest release. I inherit a lot of code from others and being able to now reformat it quicky...
Are there any options with rightklick or F12 or similar to go to a Definition? Actually the shortcuts a active but they don't work :(
`if {(${foo})} {}` will break subsequent syntax highlighting in the file. `if {(${foo} )} {}` will not. 
if {[regexp {([^[]+)\[([^]]+)\]} a]} {} leads to 