VSCode 对比 Goland linter

VSCode vs Goland linter

我想知道这个 VSCode 扩展中是否使用了 VSCode golang linter:https://marketplace.visualstudio.com/items?itemName=golang.go 和 Jetbrains Goland 中使用的 linter 是否相同。如果不是,有什么区别?

我没有找到任何关于它的内容,所以阅读有关它的外部资源和一般的 linter 对我很有帮助。

  • 在VSCode中可以任意指定lint工具:

  • Goland 实现了自己的 linter,您可以在 [File->Settings->Editor->Inspections->Go] 中浏览这些规则,但您也可以自定义 linters:

https://dev.to/s0xzwasd/configure-revive-go-linter-in-goland-2ggl