VSCode_SQF
VSCode_SQF copied to clipboard
Add autocomplete for Format and params commands
Format could be auto-completed to: format ["%1", /* Variables */]
Params could autocomplete to: Params ["_var1"] or some general form of: params [["_logic",objNull,[objNull]]];
These two commands I have to consistently check the formatting of from the wiki.