Earlier quoted context omitted.
I'm using Atom now for Go and never really tried VSCode. What would be the reason to switch?
I find Atom for Go very slow. It feels sluggish, startup time is slow. Sometimes scrolling is lagging, it uses tons of memory (> 1GB to edit 3 text files...). I switched to Sublime from Atom recently after about 2 years and I'm happy.
Atom 1.18 released
61–70 of 130 posts
Re: Atom 1.18 released
#62This 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.
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
Re: Atom 1.18 released
#63Please, don't consider this a troll question (I personally am a vim kind of guy), but is there any reason to use Atom over VSCode these days? The sole reason to me seems that VSCode is developed by the "evil" Microsoft. Other than that, most people I know who tried Atom switched to VSCode or (back to) Sublime in the end.
Atom is free. Sublime costs $70. Plus, Atom comes with several lovely features Sublime doesn't have. Pay less, get more? Great deal! It's funny to catch friends looking at Sublime's payment popup window. I always joke, "oh, you're still evaluating?" Of course they're not evaluating. They're never going to pay for it. What a nuisance. Atom has excellent window management. It's very easy to drag a tab and split it half…
Re: Atom 1.18 released
#64Earlier quoted context omitted.
Atom still has a richer plugin ecosystem.
As someone who switched from Atom to VSCode some time ago, I'm yet to find anything that VSCode doesn't have – are there any notable examples where Atom is ahead of the curve or is it just that it has more plugins?
Re: Atom 1.18 released
#65Earlier quoted context omitted.
Atom is free. Sublime costs $70. Plus, Atom comes with several lovely features Sublime doesn't have. Pay less, get more? Great deal! It's funny to catch friends looking at Sublime's payment popup window. I always joke, "oh, you're still evaluating?" Of course they're not evaluating. They're never going to pay for it. What a nuisance. Atom has excellent window management. It's very easy to drag a tab and split it half…
VS Code has practically all of the features you mentioned from both Atom and Sublime Text 3.
Re: Atom 1.18 released
#66Earlier quoted context omitted.
Notepad++ have multicursors https://notepad-plus-plus.org/features/multi-editing.html and block editing https://notepad-plus-plus.org/features/column-mode-editing.h... . Don't know about Geany.
That's good to know, thx. The last time I checker Notepad++ did not have them and I decided to stay with Sublime.
Re: Atom 1.18 released
#67Earlier quoted context omitted.
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?
Re: Atom 1.18 released
#68Earlier quoted context omitted.
Atom is free. Sublime costs $70. Plus, Atom comes with several lovely features Sublime doesn't have. Pay less, get more? Great deal! It's funny to catch friends looking at Sublime's payment popup window. I always joke, "oh, you're still evaluating?" Of course they're not evaluating. They're never going to pay for it. What a nuisance. Atom has excellent window management. It's very easy to drag a tab and split it half…
VS Code has practically all of the features you mentioned from both Atom and Sublime Text 3.
Re: Atom 1.18 released
#69Please, don't consider this a troll question (I personally am a vim kind of guy), but is there any reason to use Atom over VSCode these days? The sole reason to me seems that VSCode is developed by the "evil" Microsoft. Other than that, most people I know who tried Atom switched to VSCode or (back to) Sublime in the end.
Atom is free. Sublime costs $70. Plus, Atom comes with several lovely features Sublime doesn't have. Pay less, get more? Great deal! It's funny to catch friends looking at Sublime's payment popup window. I always joke, "oh, you're still evaluating?" Of course they're not evaluating. They're never going to pay for it. What a nuisance. Atom has excellent window management. It's very easy to drag a tab and split it half…
You sound like a really fun guy to know.
Re: Atom 1.18 released
#70Earlier quoted context omitted.
VS Code has practically all of the features you mentioned from both Atom and Sublime Text 3.
I'm pretty sure VS Code's window management does not match up. For instance, VS code doesn't allow nested horizontal window panes inside vertical window panes, which is super useful for large displays.