-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
[1.8.4] Conditional IntelliSense failure with #Include #254
Comments
The issue did not reproduce. |
Hmm, interesting. When I have a chance, I'll test it more carefully to see if it is a conflict with another extension. So far I was able to reproduce it reliably in my setup with the given code while swapping between 1.8.3 and 1.8.4 multiple times. |
I see what you mean. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
IncludeTest.ahk
Main file:
If the only calls to
TestFunc
are within a method or function, the IntelliSense doesn't show up. If the call toTestFunc
at the bottom —outside of a block— is uncommented, both locations work correctly. If the definition forTestFunc
is in the same file everything works fine.When I roll back to v1.8.3, this bug doesn't seem to be present.
The text was updated successfully, but these errors were encountered: