Armitxes / VSCode_SQF

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

Add autocomplete for Format and params commands #43

Open Bummeri opened 4 years ago

Bummeri commented 4 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.