|
|
|
|
|
by ankushio
3918 days ago
|
|
I am not a vim user and I've been using IntelliJ IDEA to code in GoLang for about an year now and I find it extremely powerful. It is powered using the GoLang IntelliJ plugin : https://github.com/go-lang-plugin-org/go-lang-idea-plugin It provides :
1) Error Highlighting,
2) Auto Completion,
3) Click-to-Navigate,
4) Auto Formatting,
5) Auto Importing, among other features. |
|