doucheng1944 2019-01-13 04:13
浏览 66
已采纳

Intellisense不起作用的golang测试文件

Title says it all. I open a test file. Type $package.. Nothing comes up. It's not a delay issue. It's not an empty package. How do I get intellisense to turn on?

Update: I've open a bug ticket with the VSCode-Golang team. As we find more information, I'll report back here. https://github.com/Microsoft/vscode-go/issues/2278

For those down voting: please follow the community standard and explain why.

  • 写回答

2条回答 默认 最新

  • doumen1883 2019-01-29 16:23
    关注

    I'm not sure as to the whys and the wherefores, but the solution was to reinstall all of the Go tools in VSCode. Look for "Go: Install/Update Tools". I selected them all. Once they installed,restart VScode. At this point autocomplete turned on.

    I didn't remember a VSCode update before things broke. If you run into this issue, try reinstalling the tools within VScode.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?