-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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-completion is broken #421
Comments
I have the same problem (Tested on OS X and Linux). Can someone confirm this works on Windows? |
It doesn't work better on Windows. The current behavior is "by design" until the IntelliSense feature is complete. |
@sean-mcmanus do you have estimation for the IntelliSense feature? Is there some workaround to show local (in same file) symbols on top of the list? |
Full IntelliSense is being worked on, but we don't have a release date yet. Variables that are non-local to a function should appear for autocomplete. The "workaround" would be to make whatever variable that is local to a function non-local, i.e. global or file-local scope. |
We are tracking auto-completion with issue #13 |
Currently auto-completion gives a lot of irrelevant suggestions:
This is how it should work:
The text was updated successfully, but these errors were encountered: