I never moved to Atom. Never understood the big hype about it. For people who moved, why did you?
(I think I would pay for Sublime if they'd open-source it with some premium package or so because it's much faster.)
41–47 of 47 posts
I never moved to Atom. Never understood the big hype about it. For people who moved, why did you?
(I think I would pay for Sublime if they'd open-source it with some premium package or so because it's much faster.)
I still use Atom and it works great for me. Just because someone isn't blasting code in it constantly doesn't mean it's dead (infact I usually prefer it to constant, chaotically high levels of change). How often does rsync change and does that prevent anyone from using it? That 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 mo…
Atom was built to showcase electron, with no other goals in mind at the time.
I never moved to Atom. Never understood the big hype about it. For people who moved, why did you?
I still use Atom and it works great for me. Just because someone isn't blasting code in it constantly doesn't mean it's dead (infact I usually prefer it to constant, chaotically high levels of change). How often does rsync change and does that prevent anyone from using it? That 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 mo…
I mean...vscode is MIT licensed.
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!
For 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…