You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
Description
This is difficult to explain show I'll just show you.
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...
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...Reproduction steps
Steps to reproduce the behavior:
Expected behavior
It should show the outer function after the inner function has been closed with the end parenthesis
)
.Additional context
See screenshot
The text was updated successfully, but these errors were encountered: