this post was submitted on 18 Jul 2023
75 points (79.1% liked)

Programmer Humor

32031 readers
1352 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 

I use vim btw

you are viewing a single comment's thread
view the rest of the comments
[–] alcasa@lemmy.sdf.org 6 points 1 year ago (3 children)

Every editor has its place but this meme would make more sense with any IDE (vscode, eclipse, intellij) than notepad

[–] dog@suppo.fi 4 points 1 year ago

Nah, IDE's go in the top bar, big brain is still notepad and alikes.

[–] priapus@sh.itjust.works 1 points 1 year ago (1 children)

Most people use IDE's, having them where notepad is would not make sense on a bell curve.

[–] hedgehog@ttrpg.network 2 points 1 year ago (1 children)

Along that line of thought, you could do

  • “text editor” (meaning Notepad, Nano, etc) on the left,
  • IDE in the center,
  • and “text editor” (meaning Vim, Emacs, VSCode, Sublime, etc.) on the right
[–] priapus@sh.itjust.works 2 points 1 year ago

That's exactly how I would've made it

[–] simple@lemmy.mywire.xyz 0 points 1 year ago (1 children)

Agreed.

I once worked on a team in a company who had to ssh into a server and do all the development work on that server. So all we could use was either vim or emacs. I had my vim decked out with all the plugins and customizations, and it was fine.

But after you get back to using an IDE (especially an IDE with a vim plugin), it's hard to go back

[–] priapus@sh.itjust.works 1 points 1 year ago

In my experience, once you've used any text editor with an LSP implementation it's hard to go back to an IDE