You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the autocompletion only shows BI commands.
It doesn't show/suggest:
Global variables defined in the project
Local variables defined in same file or scope
Functions defined in the project via CfgFunctions (but display tooltip on them when hovering)
CBA functions
ACE functions
Settings in environment:
"sqf.enableCBA": true, (SQF Language from Armitexes)
"sqf.enableACE3": true, (SQF Language from Armitexes)
"sqflint.ignoredVariables": [
// Some global variables from our project which are set via preprocessor macros on missionNamespace. Ref: https://github.com/KillahPotatoes/KP-Liberation/blob/v0.97S12/Missionframework/presets/armies/script_component.hpp
],
Every other setting is on its default value.
The text was updated successfully, but these errors were encountered:
Currently the autocompletion only shows BI commands.
It doesn't show/suggest:
Settings in environment:
Every other setting is on its default value.
The text was updated successfully, but these errors were encountered: