This is a creation in Article, where the information may have evolved or changed.
Idea Development Go
In my version of Idea, 2016.1.3, for example:
1 Download the plug-ins needed to develop go from the idea Plugin website: Website address:
https://plugins.jetbrains.com/
Go Plugin Address:
Https://plugins.jetbrains.com/plugin/5047?pr=idea
Note The version corresponds to the reference address:
Https://github.com/go-lang-plugin-org/go-lang-idea-plugin
Note which version of idea needs to download which version of the plugin
2 after the download is complete, you need to configure the
Find File--settings, there are several plug-in items
All plugins displays all plugins.
Enabled displays all current plug-ins that are already active.
Disabled shows all plugins that have been disabled in the current period.
Bundled shows all the plugins that IntelliJ idea comes with.
Custom displays all of the plugins we install ourselves, and if you have installed many plugins yourself, this option will be more useful.
As shown in callout 2, the enabled plug-in is checked, if you want to disable a plugin, remove the check box.
As shown in callout 3, pop-up IntelliJ idea's self-developed plugin warehouse list for download and installation.
As shown in callout 4, a list of all plug-ins in the plugin repository is available for download and installation.
Browse the local plug-in file for installation, as shown in callout 5, instead of downloading and installing from the server.
It is important to note that: under the domestic network, it often appears that the plugin list is not displayed, or the plugin list is displayed, and the installation cannot be downloaded. At this time, please open a VPN, generally can be resolved
To import the Go plugin just downloaded, you need to click 5, find the location of the ZIP compression package that just downloaded the plugin, import directly, restart idea;
2 Configuring Idea:
Idea in File-->project Structure, find SDKs, with the JDK and idea of the installation path, the most important thing is to go to the installation directory, the Go SDK, in project to configure the default SDK,
Once the above configuration is complete, you can develop go