In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article is about whether Golang can use vscode for development. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Can Golang be developed using vscode?
Golang can be developed using vscode, using:
First open vscode and open the extension
Then search for Go and click install to install the plug-in. If it is already installed, it will display uninstall.
Finally, configure the editor and install the dependent library.
Modify to
"go.formatOnSave": true, "go.formatTool": "goreturns", "go.goroot": "D:/tool/go", "go.gopath": "E:/gowork", "go.gocodeAutoBuild": false, "files.autoSave": "onFocusChange", "launch": {"version": "0.2" "configurations": [{"name": "GoLaunch", "type": "go", "request": "launch", "mode": "debug", "remotePath": "," port ": 2345 "host": "127.0.0.1", "program": "${fileDirname}", "env": {"GOPATH": "E:/gowork"}, "args": [] "showLog": true}]}} Thank you for reading! This is the end of the article on "can Golang develop with vscode?". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.