Writing this essay is for Mark's next few questions in the process.
1. The specific process can be referred to Https://www.cnblogs.com/JerryNo1/p/5412864.html,Jerry Bo Master wrote very detailed
1) No Code intelligence hint, cmd execute command go get-u-v github.com/nsf/gocode after restart vs code will take effect, but according to Jerry's tutorial can bypass this problem
2) Run single test tips running gcc failed:exec: "gcc": Executable file not found in%PATH%
Need to install GCC environment, because I am a 64-bit operating system, download 64-bit compilation package
In fact, before I installed GCC successfully, but the runtime prompt Sorry, unimplemented:64-bit mode not compiledin, this is because Vs_code is 64 bit but GCC I installed 32 bits earlier,
Re-install GCC into the top 64-bit version.
Troubleshoot Windows configuration Visual Studio Code debugging Golang Environment issues