Vim > VSCode - Lemmy.World

Lemmy

vscodium slightly better than vscode tho.

honestly all ide’s are rubbish - especially electron ones. for a gui editor, i’ve just gone back to sublime text and have never been happier.

Are there big reasons people will choose one or the other between Sublime and BBEdit?

Bare Bones Software | BBEdit 15

The big one (imo) is extensions. Outside of the vscode/atom/vim/emacs ecosystems sublime has probably the largest library of extensions, and they’re readily installable. So if you want an extensible text editor that’s not based around electron or the terminal it’s the obvious answer.
Atom? People still use atom?
Atom is dead, the successor is called Pulsar
Technically the successor is called VSCode and the original authors are working on Zed.
vscode is an entirely different editor not based on atom. All it used was the atom shell archive github.com/electron/asar and electron
GitHub - electron/asar: Simple extensive tar-like archive format with indexing

Simple extensive tar-like archive format with indexing - electron/asar

GitHub
Oh I meant in that Atom was sunsetted to make way for it mostly.