Armitxes / VSCode_SQF

Visual Studio Code ~ SQF Language plugin
https://armitxes.net/Projects/VSCodeSQF/
Other
48 stars 29 forks source link

Add autocomplete for Format and params commands #43

Open Bummeri opened 5 years ago

Bummeri commented 5 years ago

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.