I started learning Golang and having difficulties in configuration as there is no simple way to find where the hell is "howto config" guide.
Frustratingly googling didn't give good result until I found this blog in Chinese:
https://colobu.com/2016/04/21/use-vscode-to-develop-go-programs/
Kudos to you for writing it in a beginner friendly way!
In short:
Frustratingly googling didn't give good result until I found this blog in Chinese:
https://colobu.com/2016/04/21/use-vscode-to-develop-go-programs/
Kudos to you for writing it in a beginner friendly way!
In short:
- File -> Preferences -> User Setttings.
- In the search bar, just type "go" and it will list some suggested result.
- You will probably find like in this snapshot
- Click on "Edit in settings.json". It will open a new tab of "settings.json"
- Now go to your terminal and type run command "go env", press enter. You will get result similar to this:
- Find relevant path needed such as GOPATH and GOROOT and add to "settings.json like this:
- The naming convention for go setting are as the snapshot above. It use "go." and following with whatever needed for configuration. By right after typing "go", it should auto-list some recommendation that you can scroll and find what you need as in snapshot below.
My english probably shit, but you'll get it what my problem is.
If it is helpful, then I am glad.
If not then I am sorry, hopefully you will find the solution you probably need.
Comments
Post a Comment