Serhioromano / vscode-st

Extension for VS Code to support Structured Text language.
https://marketplace.visualstudio.com/items?itemName=Serhioromano.vscode-st#overview
MIT License
143 stars 28 forks source link

Suggestion: disable auto insert of END_VAR on typing VAR #10

Closed msftrncs closed 5 years ago

msftrncs commented 5 years ago

typing in VAR causes END_VAR to be instantly inserted, yet there is more to type, such as _INPUT.

Code snippets already exist to choose from, but the auto insert of END_VAR prevents them from being selected successfully, because the END_VAR that was auto inserted gets left after selection. The code snippets works successfully if you type 'var' or stop before typing the R and make the selection then.

Serhioromano commented 5 years ago

Fixed in upcoming release. Thank you.