-
Notifications
You must be signed in to change notification settings - Fork 9
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
Auto complete no longer shows local variables #36
Comments
I'll look into it. |
Oh, yea, I didn't know |
Yea, that's because the system for checking correct combinations of commands is now more aggressive and won't allow you to just put something that isn't defined in middle of expression. For the false positives, I forgot to add support for lambda functions (eg functions used in select and such) ... I'll have to work on that, in the meanwhile you can just disable the context aware checking. |
No critical problem at all, just wanted to report it. :) |
This issue is fixed in 0.9.1, issue with inline functions moved to #37 |
After todays update, defined local variables no longer show in the autocomplete.
I tried toggling that new context setting but it didn't help. Disabling the extension fixed it.
The text was updated successfully, but these errors were encountered: