6 ms·
That was me ;) Atom's great until you save and goimports locks up the whole UI. Think that is the protobuf interface used by the client and server in our tracin
by mattheath 11y ago
That was me ;) Atom's great until you save and goimports locks up the whole UI. Think that is the protobuf interface used by the client and server in our tracing tool, so handy having them all open! https://github.com/mondough/phosphor https://github.com/mondough/phosphor
- alexbilbie 11y agoI've found Visual Studio Code and this plugin[0] to be really performant [0] https://marketplace.visualstudio.com/items?itemName=lukehoban.Go https://marketplace.visualstudio.com/items?itemName=lukehoba...
- zippoxer 11y agoI know, I used atom for a couple months until I found VSCode, it's lightning fast compared to Atom and has a great go plugin I contributed to a couple of times :) Oh, and goimports/goreturns don't lock anything, and the editor even highlights their changes :)