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

I need to filter some lines from the file with comments in the end or without and get broking highlight for syntax: ![image](https://github.com/bitwisecook/vscode-tcl/assets/55958343/c6a4084a-af11-43ca-ad7a-29de34947dd7) for regular statement it's just broking to...

Hi, Thanks for a great job!!! But I found a minor bug: Highlight broken when variable surrounded by {}, see the code after the "foreach" block ``` proc test {blocks...

![image](https://github.com/bitwisecook/vscode-tcl/assets/7212912/bfd07641-34e8-4352-b12c-400d551e32c2) I have the first regsub code inside a proc. Highlighting breaks when the pound symbol is used after a curly brace. I played around with it, and included some...

The 3rd double quote in front of `$key$delimiter` causes all following statements in green. ![image](https://github.com/bitwisecook/vscode-tcl/assets/11954016/4575b296-6cfc-4171-bcd1-9a22cb1d2c8f)

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

Hello, seems like there is an issue when formatting inlined elseif which have multiple condition inside if : ![image](https://github.com/bitwisecook/vscode-tcl/assets/18262315/9d14430c-3537-4649-9624-9c685fae459d) if I put each elseif in a new line or if...

This extension isn't available for extension from the vscodium marketplace It may be possible to manually install it - but it would be nice if it could be installed the...

Hi Thanks for this plugin. Possible to add F5 to run tcl? thanks Peter

Hey there, if I want to add some keywords for myself with a costum highlighting. Where do I have to add them and how have they be to defined? Or...

There are few items not highlighted I found(but highlighted in sleutho version): - numbers - variable substitution: e.g., "$variable" - operator sign: e.g., "= > < / * % ^...