Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocompletion for own/ACE/CBA variables/functions #53

Closed
Wyqer opened this issue May 1, 2019 · 1 comment
Closed

Autocompletion for own/ACE/CBA variables/functions #53

Wyqer opened this issue May 1, 2019 · 1 comment

Comments

@Wyqer
Copy link

Wyqer commented May 1, 2019

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.

@Wyqer
Copy link
Author

Wyqer commented May 1, 2019

You've been 2 minutes faster.
Duplicate to #52, closed.

@Wyqer Wyqer closed this as completed May 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant