this post was submitted on 10 Oct 2023
19 points (80.6% liked)

Programming

17025 readers
89 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 !webdev@programming.dev



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
[–] maxmalrichtig@discuss.tchncs.de 11 points 11 months ago (1 children)

Emacs. But honestly, I have no idea what I am doing.

[–] sping@lemmy.sdf.org 2 points 11 months ago* (last edited 11 months ago) (2 children)

I'd call that an IDE, but also one that makes using a non-IDE editor superfluous.

[–] vidarh@lemmy.stad.social 2 points 11 months ago (1 children)

As the old (bad) joke goes: Emacs is a great operating system. Shame it lacks a good editor.

[–] sping@lemmy.sdf.org 1 points 11 months ago (1 children)

The biggest irony is it's often told by vim fanboys, who apparently don't realize a very comprehensive emulator of vim it is one of the editors Emacs offers. But mostly it seems to be told by people who don't even know what Emacs is, they just know they're meant to disapprove of it.

[–] vidarh@lemmy.stad.social 1 points 11 months ago

Frankly, I've seen it more often from Emacs users themselves, including while I used it myself for ~20+ years.

[–] abbadon420@lemm.ee 1 points 11 months ago (1 children)

Yeah, I'd call Emac and Vim both IDE's. They're definitely not "just" text editors.

[–] uniqueid198x@lemmy.dbzer0.com 5 points 11 months ago

Vim can have some IDE-like qualities, if you bolt enough plugins in to it, but by default it affords buttinx text in a file and manipulating it.

I woudn't classify it as an ide though.