Goland IDE 工欲善其事 必先利其器
Goland下载:https://www.jetbrains.com/go/
Goland特色:https://blog.jetbrains.com/zh-hans/2019/11/11/goland-ide-p1/
Goland破解:




Goland插件:
- GenProtobuf
- .ignore Git生成忽略文件
- Toml
- Convert json/Sql to go
- IDE Eval Reset (https://plugins.zhile.io)
- golangci-lint:本地代码静态分析工具 https://github.com/golangci/golangci-lint/
- go fmt:写脚本时自动按照fmt做格式化不需要人为关注
- goimports:所属依赖自动下载
- Key Promoter X :快捷键提示
- Tabnine AI Code :代码补全(真香)
- Database Tools and SQL:
- Protocol Buffers: PB
- Makefile Language:支持Makefile语法
- Rainbow Brackets: 通过括号区分层级,非常棒
- Gopher : 可爱的进度条
Goland基础配置:











