I honestly don't get why people use Atom or even VS code for that matter. Vim and emacs come shipped with many systems, have good plugins, and are waaaay faster; not to mention no telemetry!
Vim key combinations are awful for many non-US keyboard layouts. Many combinations can't even be done (you can't hold down shift twice for examble)
Ask HN: What Happened to GitHub's Atom?
31–40 of 47 posts
Re: Ask HN: What Happened to GitHub's Atom?
#32VS code is a better editor than atom, just like Chrome is better browser than others (imho based on number of browser downloads). I don't know if it would make sense for the company to keep two competing(free) products. It would be great to see download statistics and see if Atom makes sense anymore for MS
Re: Ask HN: What Happened to GitHub's Atom?
#33Re: Ask HN: What Happened to GitHub's Atom?
#34That said if I was going to switch to something I would probably go back to sublime (which I have a license for). Microsoft is dumping a lot of money on the coding space right now and I'm really not interested in finding out why the hard way.
Re: Ask HN: What Happened to GitHub's Atom?
#35Just use a real text editor that doesn’t embed Google Chrome just to write code. There are tons of quality ones.
Re: Ask HN: What Happened to GitHub's Atom?
#36VS code is a better editor than atom, just like Chrome is better browser than others (imho based on number of browser downloads). I don't know if it would make sense for the company to keep two competing(free) products. It would be great to see download statistics and see if Atom makes sense anymore for MS
Chrome is better than Firefox? You are joking, right?
Re: Ask HN: What Happened to GitHub's Atom?
#37VS code is a better editor than atom, just like Chrome is better browser than others (imho based on number of browser downloads). I don't know if it would make sense for the company to keep two competing(free) products. It would be great to see download statistics and see if Atom makes sense anymore for MS
Chrome is better than Firefox? You are joking, right?
Re: Ask HN: What Happened to GitHub's Atom?
#38For all the people going with "just use vscode" at least use VSCodium as it is a community-driven, freely-licensed binary distribution of Microsoft’s editor VSCode https://vscodium.com/
I don’t really mind the telemetry vscode sends. There are only so many ways the developers of an application can get feedback on usage and performance patterns. Metrics are important in any service or product you build as it allows you to better understand your user and adjust your product or roadmap. I also remember the option to disable the telemetry has been added but it still reported the fact that you disabled i…