

When they find problematic code, they provide you with quick-fixes which you can apply simply by pressing Alt+Enter. The IDE provides built-in inspections that check your code on the fly as you type it. When you choose a suggestion, it adds corresponding package import statements on the fly. Ctrl+Shift+Space gives you a list of the most relevant symbols applicable in the current context. The IDE helps you write new code by auto-completing statements for you. In case you need anything in addition to the already rich set of built-in tools, the IntelliJ plugin ecosystem is there to help you. Mission-critical tools such as rest-runner, coverage tool, full-featured debugger and version control integration are at hand - no plugin hustle included. Together, powerful static code analysis and ergonomic design make development not only productive but also an enjoyable experience.

The IDE analyzes your code, looking for connections between symbols, to provide code completion, quick navigation, clever error analysis, formatting, and refactorings. GoLand is a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.The new IDE extends the IntelliJ platform with the coding assistance and tool integrations specific for the Go language.
