I'm facing an annoying problem with VS Code when working on a Golang project.
The Intellisense suggestions are pretty much messed up.
1- It has some nonsense items on its list.
2- It is not limited to the target scope, for example when I'm putting a . (dot) after a package name, suggestions are not limited to it, it is actually all possible suggestions combined, including functions and variables from all other packages.
Here is a screenshot
I'm facing an annoying problem with VS Code when working on a Golang project. The Intellisense suggestions are pretty much messed up. 1- It has some nonsense items on its list. 2- It is not limited to the target scope, for example when I'm putting a . (dot) after a package name, suggestions are not limited to it, it is actually all possible suggestions combined, including functions and variables from all other packages. Here is a screenshot
(3 theme extensions excluded)
Steps to Reproduce:
Reproduces without extensions: Yes/No