Goland IDE 工欲善其事 必先利其器

作者: dino.ma 分类: Golang 发布时间: 2021-12-09 14:32

Goland下载:https://www.jetbrains.com/go/

Goland特色:https://blog.jetbrains.com/zh-hans/2019/11/11/goland-ide-p1/

Goland破解:

Goland插件:

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

Goland基础配置:

发表评论

电子邮件地址不会被公开。 必填项已用*标注