codeanywhere/IDEs/IntelliJ.md

678 B

IntelliJ

Java

download

Go

  • 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

Add GOPATH

  • Open File -> Settings -> Languages & Frameworks -> GO -> Go Libraries -> Project Libraries

  • Add project root directory

Python