Skip to content

Releases: Armitxes/VSCode_SQF

v0.3.4 - Marketplace & Gallery

19 Nov 10:39
Compare
Choose a tag to compare

v0.3 Alpha

14 Oct 15:30
Compare
Choose a tag to compare
  • 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

12 Aug 09:07
Compare
Choose a tag to compare
  • 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.