this post was submitted on 14 Jan 2026
768 points (97.2% liked)

Linux

11092 readers
987 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

It's easier to disable all the garbage than remove the garbage?

you are viewing a single comment's thread
view the rest of the comments
[–] OnfireNFS@lemmy.world 4 points 16 hours ago (1 children)

How's Notepad++ compare to VS Code (or VSCodium) they seem pretty similar

[–] HexesofVexes@lemmy.world 6 points 16 hours ago (2 children)

Notepad++ is, at its heart, a text editor.

It's lightweight, can run portably, and has some oddly specific but useful features such as dual window linked scrolling, syntax highlighting, and even allows regex for search/replace which is neat.

You can use it for coding (I use it for short python scripts), but that isn't it's main use.

VScode is, primarily, an IDE - not really something you use as a plain text editor.

[–] Solano@piefed.social 1 points 12 hours ago (1 children)

I'm still looking for a Linux replacement with syntax highlighting like Notepad++. Kate is good, even better performance, but no UI for highlighting. The coding for syntax is way over my head from what I saw.

[–] squaresinger@lemmy.world 1 points 5 hours ago (1 children)

Kate does have syntax highlighting. You have to configure it once in a JSON and that's it.

[–] Solano@piefed.social 1 points 1 hour ago

I have no clue where to start with that.

[–] stewie410@programming.dev 1 points 13 hours ago

I've recently switched from np++ to Sublime for some non-standard issues -- I would say that could be closer in performance & extensibility to Vim/Emacs; though limited to GUI and non-FOSS of course.