You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My go extension suddenly doesn't works well on "Go: Autocomplete Unimported Packages".
If I set the setting of "Go: Autocomplete Unimported Packages" to true, it works well if I first type package name on blank line as I wish, for example:
But if I already import the package or using an existing variable, it also show the suggest of package, mixed with the 'Member variables' for example:
And what I used to and expect to see is:
I don't know why and I didn't change any setting before.
Really thanks for help.
go env
go version go1.12.4 darwin/amd64
macOS Mojave 10.14.4
My go extension suddenly doesn't works well on "Go: Autocomplete Unimported Packages".
If I set the setting of "Go: Autocomplete Unimported Packages" to true, it works well if I first type package name on blank line as I wish, for example:
But if I already import the package or using an existing variable, it also show the suggest of package, mixed with the 'Member variables' for example:
And what I used to and expect to see is:
I don't know why and I didn't change any setting before.
Really thanks for help.
go env