[go-nuts] Re: VS Code Go intellisense causing problems

2022-09-28 Thread Fuji Nafiul
After searching a lot I couldn't find exact problem and solution. And somehow I saw some were facing **"case-insensitive import collision:"** and it was due to upper-case and lower-case mixture usage in filename. I remembered it seeing in my package name (though this error vanishes sometimes an

[go-nuts] Re: VS Code Go intellisense causing problems

2022-09-28 Thread 'Robert Findley' via golang-nuts
Hi, Can you follow the instructions at https://github.com/golang/vscode-go/blob/master/docs/troubleshooting.md to try to diagnose the problem? It sounds like your workspace is broken and/or you are having trouble with the language server. Please try troubleshooting, and if you are unable to ge