I’ve used VS Code for a long time, but have recently grown weary of Microsoft’s approach to OSS. I’ve checked out VS Codium which seems like it might be a great option.
What text editor are you using?
Neovim
I use Neovim, LiteXL, and VS Codium depending on the project size and needs. no one tool suits all.
I’m using GNU Emacs, which is, from my experience, great for open source software and decentralized development. Last year, I found an issue in a package/extension, I could make an experiment by modifying and running its code on the fly. I didn’t even need to reload the whole package/extension. So I figured the solution out and submitted a pull request quickly.
neovim
deleted by creator
always vim
Kakoune but I’m considering switching back to Neovim
Kate and Neovim.
I use neovim with little plugins. But I still need to learn how it works properly (I’m really lost but at least I know how to close it) I want to turn it on to an IDE. VS Codium is a great option too
Have been using Emacs for over a decade, and I’m fairly happy with it.
Emacs (Doom), everything from small notes to big software projects.
I’ll make myself unpopular with Sublime Text and VSCode. 😆
On the console, however, I actually use VIM almost exclusively.neovim because the plugin ecosystem is vibrant and alive now that they can be built with lua: https://neovimcraft.com
linux mint’s xed & GNU nano
I only really use Vim. Mainly because vi is installed on basically every server and distro, so it is what I got used to.