VSCode_SQF icon indicating copy to clipboard operation
VSCode_SQF copied to clipboard

Visual Studio Code ~ SQF Language plugin

Results 26 VSCode_SQF issues
Sort by recently updated
recently updated
newest added

Command missing: setWaypointLoiterAltitude

" The "BIS_" function should not be overwritten. "BIS_" is an reserved namespace for functions by Bohemia Interactive " It's very annoying warning showing up every time I use BIS_...

I know you had done some work on this with the Python script, but I started working out a solution using Node and calling the Wiki's API. I wouldn't say...

Such as [useful feature](https://community.bistudio.com/wiki/Category:Command_Group:_HashMap) with recent versions of _Arma 3_, the [`HASHMAP`](https://community.bistudio.com/wiki/HashMap). - [ ] [`createHashMap`](https://community.bistudio.com/wiki/createHashMap) - [ ] [`createHashMapFromArray`](https://community.bistudio.com/wiki/createHashMapFromArray) - [ ] [`get`](https://community.bistudio.com/wiki/get) - [ ] [`getOrDefault`](https://community.bistudio.com/wiki/getOrDefault) - [...

Insert is missing from the language library. It was added in v2.02. Probably other commands from this version are missing as well.

Hello! If a comparison is present in the condition, then the closing curly brace is tagged "meta.brace.curly.sqf": ![Desktop 2021-03-17 15-25-31_cr](https://user-images.githubusercontent.com/25371848/111468481-a455c400-8736-11eb-864d-cb4558d6848f.png) But, if the condition has a short form, then the...

Some older commands are missing and do not support syntax highlighting, for example lbSetColorRight. Any chance this could get updated? Regards R3vo

Select a command, RMB, SQF: Open Command Documentation >-> ![Screenshot 07-27-2020 12 51 48](https://user-images.githubusercontent.com/13949704/88544457-ee9ffe80-d008-11ea-802f-72dfcbab8a6d.png)

bug

Functions since 1.62: https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.62 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.64 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.66 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.74 Commands and functions since 1.85: https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.85 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.92 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.93 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.94 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.95 https://community.bistudio.com/wiki/Category:Introduced_with_Arma_3_version_1.96

Literally I have a _module_, _class names_: ```sqf class notification_postInit { ... }; // ^^^ ``` Everything highlights correctly, except that the not keyword remains **_white__*. Check it out: ![image](https://user-images.githubusercontent.com/1824187/107057488-85602b80-67a1-11eb-9a11-5668d7613643.png)