2017-12-05 05:44:10 +00:00
|
|
|
# IntelliJ
|
|
|
|
|
|
|
|
## Java
|
|
|
|
[download](https://www.jetbrains.com/idea/download/)
|
|
|
|
|
|
|
|
## Go
|
|
|
|
|
2017-12-12 07:10:01 +00:00
|
|
|
- Open `File` -> `Settings` -> `Plugins` -> `Browse Repositories` -> `Manage repositories...` -> `Add`
|
|
|
|
|
|
|
|
- Paste `https://plugins.jetbrains.com/plugins/alpha/5047`
|
|
|
|
|
|
|
|
- Press `OK`
|
|
|
|
|
|
|
|
- Press `reload`
|
|
|
|
|
|
|
|
- Search `GO`
|
|
|
|
|
|
|
|
- Install plugin `GO`
|
|
|
|
|
|
|
|
#### Higher version not supported ?
|
|
|
|
[Not able to install go lang plugin on intellij 2017.2 community edition](https://github.com/go-lang-plugin-org/go-lang-idea-plugin/issues/2897)
|
|
|
|
|
|
|
|
#### Add GOPATH
|
|
|
|
|
|
|
|
- Open `File` -> `Settings` -> `Languages & Frameworks` -> `GO` -> `Go Libraries` -> `Project Libraries`
|
|
|
|
|
|
|
|
- Add project root directory
|
2017-12-05 05:44:10 +00:00
|
|
|
|
|
|
|
## Python
|
|
|
|
|