vscode-tcl icon indicating copy to clipboard operation
vscode-tcl copied to clipboard

Tcl for Visual Studio Code

Results 15 vscode-tcl issues
Sort by recently updated
recently updated
newest added

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. ![Screenshot 2024-07-18 at 4 15 45 PM](https://github.com/user-attachments/assets/d8eae2dc-d7a6-4aea-a4fb-0f49c45feec5)

if {[regexp {([^[]+)\[([^]]+)\]} a]} {} leads to ![image](https://github.com/user-attachments/assets/5ec85a5e-f235-4e8c-b30f-041d3cbca683)