Hacker News new | ask | show | jobs
by baby 3289 days ago
This is the 5th time I try Atom (after switching back to sublime) but I might start using this a lot more now that I've discovered go-plus. Atom might really be the best text editor for golang.
1 comments

I was in the same boat until I tried VScode. It's a really great editor, configurable, and performant enough that I don't miss Sublime. Also the Go support is pretty great.

https://github.com/Microsoft/vscode-go

What's the big difference between VScode and Atom? Why would I move to a fork?
VScode is not an Atom fork. It's only built on the same tech (Electron)
Really? For some reason I really thought it was a fork of Atom. How does it compare then?