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

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

Open
genius257 opened this issue Mar 29, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@genius257
Copy link
Owner

A setting for hiding functions and variables prefixed with __, normally used to indicate internal usage only.1

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.

Footnotes

  1. Additionally a sub-setting for if the same applies to current open document might be needed.

@genius257 genius257 added the enhancement New feature or request label Mar 29, 2022
@genius257 genius257 added this to the v 1.1 milestone Mar 29, 2022
@genius257 genius257 removed this from the v 1.1 milestone Oct 21, 2022
@genius257 genius257 self-assigned this Feb 28, 2024
@genius257 genius257 added this to the v 1.5 milestone Feb 28, 2024
@genius257 genius257 modified the milestones: v 1.5, v 1.6 Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant