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 get it working and believe it to be broken, file an issue at https://github.com/golang/vscode-go/issues/new/choose with more details.
Thanks, - Rob On Tuesday, September 27, 2022 at 2:46:04 PM UTC-4 nafiu...@gmail.com wrote: > fmt.Printf("hello") was working great with intellisense > [image: go_pb_3.png] > > but suddenly in every go file my fmt.P .. suggestion becomes this > [image: go_pb_1.png] > > and this > > [image: go_pb_2.png] > > I am not getting "fmt.Printf()" suggestions anymore and getting stuck with > those "const", "func", "import", "type", & "var".. what is happening? > (Though it is not suggesting fmt.Printf() but it's still working). how can > I get normal suggestions by intellisense like previous? > > > I tried disabling GO official extension, then it got fixed but also I lose > all autocomplete/suggestion feature. a go file in root directory is working > fine but other files inside packages are showing this kinda problems. > Please help > -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/341d717d-2bcd-4067-a0b2-a9ceb4ca4183n%40googlegroups.com.