(Graphical) IDE’s are great for development, but they’re slow to start and heavy to run. Sometimes you just want to take a quick look at an xml or dockerfile and you don’t want to spin up the whole IDE for that.
I’ve recently rediscovered notepad++ for that (on windows), what’s your prefered easy-acces-tekst-editor?
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person’s post makes sense in another community cross post into it.
Hope you enjoy the instance!
Follow the wormhole through a path of communities !webdev@programming.dev
vim on any *nix box, Notepad++ when forced to use Windows.
Vim is cross platform, just in case you don’t know
Hadn’t looked into that for a long time, will try. I think the biggest hurdle for me might be native Windows terminals still being shit.
Yeah absolutely. I only use the graphical version (gvim) on Windows.
It’s the best solution for editing huge text files in Windows. The other text editors slow to a crawl with big files, but gvim has no problem.