this post was submitted on 27 Sep 2023
13 points (100.0% liked)

Text Editors

457 readers
1 users here now

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 1 year ago
MODERATORS
13
Thoughts on Notepad++? (programming.dev)
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Notepad++ has become a staple in my coding workflow (as a college student studying IT) for a couple of years before I started trying out VS Code, or Visual Studio Code. Nowadays, while I use VS Code for coding, I mostly just use NPP to edit my text files.

So, for both writing and editing text files as well as coding, what are your thoughts on Notepad++ and how well does it deliver as both a text editor and for writing code?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago* (last edited 1 year ago)

I use npp as an all-around lightweight tool for opening any kind of file with text in it. I don't usually don't want to open a full blown editor when all I need is to look or tweak a few things. Also npp simply persists the files instead of asking me if I want to save the file every time.

That is of course, if I don't already have a code editor open. Either way I tend to prefer editing text that is unrelated to the code outside of the code editor just to keep it clean.