N++ can search for a string in a directory full of files, that’s what I use it for. Also helpful for showing unprintable characters like linefeeds or changing bit order mode, I’m not sure vs code can do any of that.
For writing code, though, I do use vs code
UlrikHD@programming.dev 1 year ago
VSCode uses electron so it’s not exactly a lightweight text editor, way overkill if you just want to read a simple .txt. Add on the fact if you got way too many extension, it will be even heavier.
nekusoul@lemmy.nekusoul.de 1 year ago
That’s true, although from my experience is VSCode one of the very few electron apps that still start within fractions of a second, even with a handful of extensions. On my machine VSCode (with 38 extensions) is ready to use before the GNOME launch animation has finished.
That said, things are probably a bit different on machines with limited RAM.