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

Auto-completion is broken #421

Closed
hia3 opened this issue Dec 24, 2016 · 5 comments
Closed

Auto-completion is broken #421

hia3 opened this issue Dec 24, 2016 · 5 comments

Comments

@hia3
Copy link

hia3 commented Dec 24, 2016

Currently auto-completion gives a lot of irrelevant suggestions:

image

This is how it should work:

image

@invokr
Copy link

invokr commented Jan 13, 2017

I have the same problem (Tested on OS X and Linux). Can someone confirm this works on Windows?

@sean-mcmanus
Copy link
Collaborator

sean-mcmanus commented Jan 13, 2017

It doesn't work better on Windows. The current behavior is "by design" until the IntelliSense feature is complete.

@esmirnov
Copy link

@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?

@sean-mcmanus
Copy link
Collaborator

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.

@bobbrow
Copy link
Member

bobbrow commented Mar 10, 2017

We are tracking auto-completion with issue #13

@bobbrow bobbrow closed this as completed Mar 10, 2017
@github-actions github-actions bot locked and limited conversation to collaborators Oct 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants