-
Notifications
You must be signed in to change notification settings - Fork 645
Completions show package names when they shouldn't #2478
Comments
I have started noticing this as well, most of the time those random suggestions are in the top for me so I actually have to scroll up and down to find something meaningful :D |
this issue also bothers me. when "go.useLanguageServer": false |
Thanks for reporting @Divni, @rusenask and @lixiangzhong This is coming from the "auto complete unimported packages" feature. Until we have a fix for this, one workaround is to stop packages from appearing in suggestions entirely by disabling the setting To fix this issue though, we need to pre-empt this feature when there is a PRs are most welcome to fix this bug
|
@Divni, @rusenask and @lixiangzhong The same issue is being tracked in #2469. I have pushed a fix for the same. Please try the latest beta version of this extension which has the fix for this and let me know how it goes. |
@ramya-rao-a That fixed it, thanks! |
Steps to Reproduce:
os.Rena
It should not be showing me package names when my caret is positioned after the dot.
If I press ESC and continue typing the completions show up as expected:
The text was updated successfully, but these errors were encountered: