What IDE you guys use?

InteliJ IDEA and Gogland

VS Code, by far the best code editor

VS Code with https://marketplace.visualstudio.com/items?itemName=lukehoban.Go and https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner

1 Like

Spacemacs with go layer

I’m still using Midnite Commander + scripts/aliases/keybindings as noted above, but I’ve changed editors to Atom!

1 Like

I love Atom personally and its what I use with the integrated gotools that do all the fmt/build/test work chain every time I save a file.

1 Like

TextMate is the best, but it’s only for macOS.

i used atom before, but
now i use Visual Studio Code + Go.

Vim with vim-go and YouCompleteMe

1 Like

I am using Eclipse IDE with goclipse plugin

I have tried sublime and atom…but since experiencing VS Code with the Go tools there is no going back. Just wonderful.

I’m using VSCode, but I would like to try Gogland as well to see how is that.

It’s definitely all about personal preference. I feel like GoGland (and other JetBrains products) have a lot of stuff already configured ā€˜out of the box.’

Therefore, I spend less time messing with adding extensions and configuring things and can just start coding.

However, others may prefer having more control over all of that.

I use Gogland.

1 Like

VSCode

1 Like

I use VSCode

1 Like

I tried Goland as well, but finished with VS Code.

1 Like

I use Jetbrains Gogland. So far couldn’t find anything that upsets me, overall experience is really smooth!

1 Like

Did you have anything to add about your editor, or are you just using this for spreading the word about your own? :slight_smile: