Please, 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.
I switched back to Sublime after a while, Atom was so slow to start, at least when I first tried it out in ~2014 (2015?). Sublime loads in like 100ms on all my machines. I'm also the vim kind tho, but when I browse large datasets and dumps I use Sublime.
Atom 1.18 released
41–50 of 130 posts
Re: Atom 1.18 released
#42Please, 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.
For me, also a VIM kind of guy, Atom lets me use VIM movement keys in the file/project pane which grants me total mouse freedom. Another Atom bonus is that file additions, deletions and changes are flagged in the file/project pane.
Re: Atom 1.18 released
#43Re: Atom 1.18 released
#44Please, 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.
Used to use Atom over VS Code, but for whatever reason VS Code just feels more like a lightweight IDE than a text editor. I don't consider it a text editor by default because it comes with debugging and other features. The fact that it's called Visual STUDIO Code tells me it's not necessarily lightweight which I'm fine with. Visual Studio Code has amazing D and Rust plugins that are better than programming D in most…
Re: Atom 1.18 released
#45Please, 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.
Used to use Atom over VS Code, but for whatever reason VS Code just feels more like a lightweight IDE than a text editor. I don't consider it a text editor by default because it comes with debugging and other features. The fact that it's called Visual STUDIO Code tells me it's not necessarily lightweight which I'm fine with. Visual Studio Code has amazing D and Rust plugins that are better than programming D in most…
Re: Atom 1.18 released
#46I really wanted Atom to work. But in the end, it is just to damn slow, takes too much memory, and hogs on large files. Now, I find vscode to be very much what I need for javascript/typescript/html/css work.
Re: Atom 1.18 released
#47I really wanted Atom to work. But in the end, it is just to damn slow, takes too much memory, and hogs on large files. Now, I find vscode to be very much what I need for javascript/typescript/html/css work.
[1] https://josephg.com/blog/electron-is-flash-for-the-desktop/
Re: Atom 1.18 released
#48Earlier quoted context omitted.
I think he just wanted to explain why Notepad++ and Geany are not an option for him.
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.
Re: Atom 1.18 released
#49I really wanted Atom to work. But in the end, it is just to damn slow, takes too much memory, and hogs on large files. Now, I find vscode to be very much what I need for javascript/typescript/html/css work.
Isn't VSCode Electron based too? After reading this article[1], I've shunned desktop apps using Electron, because it just seems wasteful in terms of memory. I've switched back to Sublime. [1] https://josephg.com/blog/electron-is-flash-for-the-desktop/
But, I do agree about Electron. Worst thing ever for desktop apps. When I look at my process manager, I wanna cry when I see 10+ apps taking 500+ MB each when native one would take like 30MB.
Re: Atom 1.18 released
#50Earlier quoted context omitted.
Isn't VSCode Electron based too? After reading this article[1], I've shunned desktop apps using Electron, because it just seems wasteful in terms of memory. I've switched back to Sublime. [1] https://josephg.com/blog/electron-is-flash-for-the-desktop/
IDK about vscode, but it is much more snappier then Atom, at least from my experience. But, I do agree about Electron. Worst thing ever for desktop apps. When I look at my process manager, I wanna cry when I see 10+ apps taking 500+ MB each when native one would take like 30MB.