genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Extension setting for hiding AutoIt3 functions and variables prefixed with __ from completion suggestions #3

Open genius257 opened 2 years ago

genius257 commented 2 years ago

A setting for hiding functions and variables prefixed with __, normally used to indicate internal usage only.[^1] [^1]: Additionally a sub-setting for if the same applies to current open document might be needed.

So if the Color UDF is included via #include <Color.au3> functions like __ColorConvertHueToRGB and variables like $__COLORCONSTANTS_HSLMAX would not be suggested, but variables with the prefix within current open document would still be suggested.