Vscode St Versions Save

Extension for VS Code to support Structured Text language.

1.11.15

2 years ago

See Changelog for details.

1.11.14

2 years ago

See Changelog for details.

1.6.1

4 years ago

This release brings OUTLINE support. Now you can see the tree view structure of your document. It also adds breadcrumbs and Go To Symbol functionality support.

This is a new step in coding extension.

1.5.0

5 years ago
  • improve - function highlights. Now we Highlight all function either user defined or built in.
  • improve - variable declaration or STRUCT declaration section has got a lot of improvements. We highlight custom types now, and whole section looks much cleaner because scopes were changed.
  • improve - If you call for a method of a function block through dot my_fb.method() method is highlighted. We also highlight function block properties or parameters.
  • add - TODO or TODO: in comments attract an attention
  • add - Highlights for action modifiers myAction(DS, T#3s); where DS will be highlighted.
  • add - Highlights for names of parameters of function block.

Also lot of new featured in 1.4.0