Golang开发环境
一、Goland(付费)
Goland
是Jetbrains
开发的golang
集成开发环境。
1.1 Linux
1.1.1 snapd
使用sudo snap install goland --classic
即可完成安装。
1.1.2 jetbrain toolbox
下载jetbrain toolbox
,打开即可下载Goland
。
1.2 Mac OS
mac os使用jetbrain toolbox
下载安装即可。
二、VS Code(open source)
VS Code
提供golang
插件,配置过程如下: 1. Ctrl(Command on Mac)+Shift+p
,键入ext install go
,安装微软提供的golang
插件。 2. 安装所需的golang库。
Ctrl(Command)+Comma
打开settings
,选择自己需要的配置即可。(optional)
三、Vim(open source)
todo
Last updated
Was this helpful?