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

Autocompletion is not happening in this special select case #966

Open
lnshi opened this issue Mar 16, 2020 · 2 comments
Open

Autocompletion is not happening in this special select case #966

lnshi opened this issue Mar 16, 2020 · 2 comments

Comments

@lnshi
Copy link

lnshi commented Mar 16, 2020

As u can see from the below two pics, the autocompletion is not functioning in that special select case block for the variable res := results{} ONLY (i tested some builtin modules, and some my own modules all works well, so ONLY for that res := results{} variable autocompletion is NOT functioning...)

And actually the select case block is the ONLY place where the variable res := results{} autocompletion is NOT working....

And my code is working well...

Screenshot 2020-03-16 at 22 35 01

Screenshot 2020-03-16 at 22 33 42

@DisposaBoy
Copy link
Owner

There are a few weird cases like this. I'll see if I can get some time to investigate this weekend.

@DisposaBoy
Copy link
Owner

This should be fixed in the next branch. I'll push a new release in a few days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants