Releases: Armitxes/VSCode_SQF
Releases · Armitxes/VSCode_SQF
v0.3.4 - Marketplace & Gallery
- Fixed escapes in string
- Fixed a weird issue where code snippets weren't suggested
- Added this project to the marketplace and the VS gallery (yay!) -https://marketplace.visualstudio.com/items/Armitxes.sqf
v0.3 Alpha
- Now compatible with new VS Code version
- Added a windows installer
- Fixed forEach loop and a minor bug with compileFinal
- Fixed a bug where the highlighter wasn't working properly with Tabulators in a few cases.
- Added all new SQF commands from the v1.5 releases
- Drastically reduced the extension size ( 57 kb )
- The plugin is now a valid npm package to support new VS Code features
v0.2_Alpha
- Remade the project from scratch for easier contribution
- Improved IntelliSense
- Added BIS functions
- Autocomplete for control structures
- Contents of strings and comments will no longer be suggested
- Added all operators. Operators are now highlighted in a light grey color
- Functions are now separately recognized and highlighted.
- Fixed an annoying bug where VS Code failed to tokenize the code / input.
- Fixed several minor bugs.