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

Autocomplete provides non-included functions #503

Closed
mark-wiemer opened this issue Sep 17, 2024 · 2 comments
Closed

Autocomplete provides non-included functions #503

mark-wiemer opened this issue Sep 17, 2024 · 2 comments
Assignees
Labels
AHK v2 exclusive to AHK v2 bug something isn't working

Comments

@mark-wiemer
Copy link
Owner

As a followup you seem to have included autocomplete, and because you haven't verified the function list for correctness, typing part of a function and ( will complete to an incorrect function. For example, in File A I have the func abc, and in file B, I've defined abcdefghij. Every time I type abc + ( I'll get the rest of the alphabet to j. This is due to the fact that in file B, there are no includes, and file A and B are included in main.ahk. Therefore what should be valid behavior in AHK leads to annyances while typing.

Originally posted by @iseahound in #494 (comment)

@mark-wiemer mark-wiemer added bug something isn't working AHK v2 exclusive to AHK v2 labels Sep 17, 2024
@mark-wiemer
Copy link
Owner Author

mark-wiemer commented Sep 17, 2024

Ref #488, keeping this open to ensure we cover all relevant test cases

@mark-wiemer mark-wiemer self-assigned this Sep 17, 2024
@mark-wiemer mark-wiemer moved this to Todo in (old) AHK++ Sep 19, 2024
@mark-wiemer
Copy link
Owner Author

@iseahound I believe this is fixed in 6.2.3, make sure to set AHK++.v2.general > librarySuggestions to "Disabled"

@github-project-automation github-project-automation bot moved this from Todo to Done in (old) AHK++ Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AHK v2 exclusive to AHK v2 bug something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant