Jump to content

Recommended Posts

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

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 :)

 

 

 

  • 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

Updated the 1st post

VSCode100.PNG

 

 

 

v1.0.0 Release [mayor changes]

@Armitxes 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]
  • 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]
  • 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
  • Like 4

Share this post


Link to post
Share on other sites

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
  • Like 1

Share this post


Link to post
Share on other sites

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

 

  • Like 3

Share this post


Link to post
Share on other sites

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
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"

  • Like 2
  • Thanks 2

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×