this post was submitted on 10 Oct 2023
20 points (81.2% liked)

Programming

17001 readers
304 users here now

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!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

(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?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 11 months ago (1 children)

Vim is cross platform, just in case you don't know

[–] [email protected] 1 points 11 months ago (1 children)

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.

[–] [email protected] 3 points 11 months ago (1 children)

Yeah absolutely. I only use the graphical version (gvim) on Windows.

[–] [email protected] 1 points 11 months ago

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.