joemac90 16 Posted October 8, 2016 Great work, I have been using Atom but just tried this with VS Code and this was my main reason for trying VS code( it has great integration with GIT) Thank you for this great extension. Share this post Link to post Share on other sites
Guest Posted October 9, 2016 The new version has been frontpaged on the Armaholic homepage. Visual Studio Code - SQF Plugin v0.5.6 Visual Studio Code Share this post Link to post Share on other sites
Armitxes 36 Posted December 3, 2016 Version v0.5.8 released, we almost reached the 2.000 installs B) Aswell I want to raise some attention on this cool extension called "SQFLint" which of course is fully compatible with SQF Language and has an own experimental debugger for SQF! SQF Language: https://marketplace.visualstudio.com/items?itemName=Armitxes.sqf SQFLint: https://marketplace.visualstudio.com/items?itemName=skacekachna.sqflint If you like our projects, please leave a rating :) Newest commands & compatibility improvements Armitxes released v0.5.8 Added commads for v1.64, v1.66 & latest dev "this, _this, _x, _forEachIndex, _exception, _thisScript, _thisFSM, thisList, thisTrigger". case-insensitivity supported and conditional parameter highlighting fixed. Share this post Link to post Share on other sites
Guest Posted December 4, 2016 The new version has been frontpaged on the Armaholic homepage. Visual Studio Code - SQF Plugin v0.5.8 Visual Studio Code Share this post Link to post Share on other sites
Armitxes 36 Posted March 12, 2017 Updated the 1st post v1.0.0 Release [mayor changes] Armitxes released this 2 hours ago v1.0.0 General Changes Splittet all commands based on when they were introduced. This way you can for example tell VSCode to only provide you commands for ArmA2 or Take on Helicopter commands if working on older / alternative versions. Added Support for common Community Projects such as CBA or ACE (thanks to bux) Added Linter (does not conflict with SQFLint) You now receive warnings on using deprecated commands (in futher development, please report any missing deprecated commands or functions). Note that you must setup the config properly for this to work. You now receive warnings on using common reserved function namespaces such as "CBA_" or "ACE_" without having such enabled. Several changes on README, package, etc. Supported Products Operation Flashpoint [OFP & OFP Resistance] Enable/Disable commands from OFP via "sqf.enableOFP". Default: enabled (needed for all futher ArmA versions) Wiki: OFP Commands Wiki: OFP: Resistance Commands Take On Helicopters [ToH] Enable/Disable commands from ToH via "sqf.enableTOH". Default: disabled Wiki: ToH Commands Armed Assault [ArmA] Enable/Disable commands from ArmA via "sqf.enableARMA". Default: enabled (needed for all futher ArmA versions) Wiki: ArmA Commands Armed Assault 2 & Operation Arrowhead [ArmA 2 & ArmA 2: OA] Enable/Disable commands from ArmA 2 via "sqf.enableARMA2". Default: enabled (needed for all futher ArmA versions) Wiki: ArmA 2 Commands Wiki: ArmA 2: OA Commands Armed Assault 3 [ArmA 3] Enable/Disable commands from ArmA 3 via "sqf.enableARMA3". Default: enabled (needed for all futher ArmA versions) Wiki: ArmA 3 Commands Community Based Addons [CBA] Enable/Disable commands from CBA via "sqf.enableCBA". Default: disabled Wiki: CBA GitHub Contributors: bux ACE 3 [CBA] Enable/Disable commands from ACE3 via "sqf.enableACE3". Default: disabled Wiki: ACE3 Contributors: bux 4 Share this post Link to post Share on other sites
1212PDMCDMPPM 200 Posted March 12, 2017 Thx again !!! :) Share this post Link to post Share on other sites
Guest Posted March 13, 2017 The new version has been frontpaged on the Armaholic homepage. Visual Studio Code - SQF Plugin v1.0.0 Visual Studio Code Share this post Link to post Share on other sites
Armitxes 36 Posted September 2, 2017 v1.0.4 New v1.7x commands Armitxes released this v1.0.4 Added a few missing commands for v1.6x and all new v1.7x commands You now will receive the option to directly reload VS Code when changing corresponding sqf settings Removed duplicates from commands list Moved a few commands to better suiting categories (this may affect their highlighting) The linter will now suggest you to change "private <string>" and "private <array>" to "private var" - this can be ignored but doing so is considered better practice and the most performant way (thanks for the long and detailed discord discussion) Adjustments to new VS Code requirements & update of required node modules 1 Share this post Link to post Share on other sites
Guest Posted September 4, 2017 The new version has been frontpaged on the Armaholic homepage. Visual Studio Code - SQF Plugin v1.0.4 Visual Studio Code Share this post Link to post Share on other sites
claws01 22 Posted September 4, 2017 thanks for the new function Share this post Link to post Share on other sites
Armitxes 36 Posted March 3, 2018 V1.0.5 has been released. Added all new missing 1.7.x commands that have been added lately by BI Fixed "private <array> being marked as deprecated" (extension now more tolerant) [ Issue #20 ] Fixed "While loop snippet brackets issue" [ Issue #19 ] Warning when BIS namespace is violated http links changed to https links https://marketplace.visualstudio.com/items?itemName=Armitxes.sqf https://github.com/Armitxes/VSCode_SQF/releases/tag/1.0.5 3 Share this post Link to post Share on other sites
Guest Posted March 3, 2018 The Armaholic mirror has been updated with the new version: Visual Studio Code SQF Language v1.0.5 Share this post Link to post Share on other sites
M1ke_SK 230 Posted June 27, 2021 not sure if this project dead, or any plans to continue ? if not maybe an alternative to use with more updated version ? Share this post Link to post Share on other sites
blackfisch 4 Posted April 14, 2022 On 6/27/2021 at 8:56 PM, M1ke_SK said: not sure if this project dead, or any plans to continue ? if not maybe an alternative to use with more updated version ? I started updating the plugin as a fork: https://github.com/blackfisch/VSCode_SQF You can find it as a release on the Visual Studio Marketplace or by searching blackfisch.sqf-language in the Extensions Tab in VS Code. It's simply called "SQF Language Updated" 2 2 Share this post Link to post Share on other sites