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

IntelliSense incorrect in args list when previous arg is function call #223

Open
asheroto opened this issue Sep 4, 2022 · 0 comments
Open
Assignees
Labels
bug something isn't working intellisense autocompletion, suggestions, etc.

Comments

@asheroto
Copy link

asheroto commented Sep 4, 2022

Description

This is difficult to explain show I'll just show you.

image

Note that my cursor is at the end right after the last comma, but the help text thinks I am in the Constants() function. It should look like this...

image

That being said, there is another bug there. Notice how the last parameter is cut off. It should say windowTitleExe as seen in its definition...

image

Reproduction steps

Steps to reproduce the behavior:

  1. Call a function, then for one of the arguments specify another function.
  2. Close the inner function and move to the next argument of the outer function
  3. Helper text stuck on inner function

Expected behavior

It should show the outer function after the inner function has been closed with the end parenthesis ).

Additional context

See screenshot

@asheroto asheroto added the bug something isn't working label Sep 4, 2022
@asheroto asheroto changed the title In a function with a function inside it, help/popup text remains stuck on inner function even after the inner function is closed In a function with a function inside it, help/popup text remains stuck on inner function even after the inner function is closed where it should resume showing help for the outer function Sep 4, 2022
@mark-wiemer mark-wiemer added the intellisense autocompletion, suggestions, etc. label Dec 3, 2022
@mark-wiemer mark-wiemer moved this to Todo in AHK++ Aug 18, 2024
@mark-wiemer mark-wiemer changed the title In a function with a function inside it, help/popup text remains stuck on inner function even after the inner function is closed where it should resume showing help for the outer function IntelliSense incorrect in args list when previous arg is function call Oct 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something isn't working intellisense autocompletion, suggestions, etc.
Projects
Status: Todo
Development

No branches or pull requests

2 participants