this post was submitted on 30 May 2025
399 points (94.2% liked)

Programmer Humor

23784 readers
3016 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
(page 2) 28 comments
sorted by: hot top controversial new old
[–] [email protected] -3 points 6 days ago (3 children)

Meanwhile: vim and Emacs users, constantly installing and configuring plugins to emulate a fraction of the power of IDEs, go "just use vim/Emacs".

Anti Commercial-AI license

[–] [email protected] 1 points 5 days ago (5 children)

So, you've never actually used Emacs?

And possibly also never used vi either?

load more comments (5 replies)
[–] [email protected] 1 points 6 days ago

I only use nerdtree, and bind some scripts to F-keys. Haven't updated in a couple years, just works.

[–] [email protected] 1 points 6 days ago* (last edited 6 days ago) (1 children)

What is that hyperlink?

I swear to God if it is what I think it is, I'm going to jump into fucking traffic carrying as many baby ducks as I can.

[–] [email protected] 1 points 6 days ago (1 children)
[–] [email protected] 0 points 6 days ago

It looks like they put a license of use on their comment

[–] [email protected] 43 points 1 week ago (1 children)

Before I started reading the meme I actually thought "just use Notepad++".

load more comments (1 replies)
[–] [email protected] 34 points 1 week ago* (last edited 1 week ago) (1 children)

I've had everything on this list with Visual Studio alone, with the exception of #2 maybe.

  1. All the AI shit they're adding, plus the millions of windows you can pull up that are all hidden in different places. The only way this is remotely usable is with the search.

  2. This happens every other day when working with Blazor. As an added bonus, it can never decide on spacing and will constantly change it.

  3. Probably a symptom of using legacy code and modern code at the same time, but good god the settings for everything are in a million places.

  4. Another symptom of blazor.

  5. Our project is too big.

[–] [email protected] 64 points 1 week ago* (last edited 1 week ago)

You should refer to Visual Studio by its full title: "Visual Studio (not responding)".

[–] [email protected] 33 points 1 week ago (2 children)

Also using 10GB memory ...

load more comments (2 replies)
[–] [email protected] 25 points 1 week ago (5 children)

Just use vim, it usually comes preinstalled

load more comments (5 replies)
[–] [email protected] 12 points 1 week ago

Definitely #1. I've encountered #2 with a very specific IDE and #4 and #5 on occasion.

[–] [email protected] 12 points 1 week ago (1 children)

XCode would randomly stop syntax highlighting for years because their engineering was so shit.

[–] [email protected] 11 points 1 week ago* (last edited 1 week ago) (2 children)

In the JetBrains IDEs (which, relatively speaking, I like), I have to use "Invalidate caches and restart" several times a day just to get past all the incorrect error highlighting.

load more comments (2 replies)
[–] [email protected] 7 points 1 week ago

It's almost enough to make me feel nostalgic for the DOS version of Borland Turbo Pascal, which wasn't bright enough to do any of this stuff. (Well, it could freeze up, I suppose, but the only time I actually managed to do anything like that, it involved a null pointer dereference that would have triggered a segfault on any modern system.)

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago) (1 children)

#1 and 3, definitely, although 3 is usually not really the IDEs fault.

The others, either not really (#2, 5), who cares, (#4), or maybe occasionally but not really specific to IDEs (#6).

[–] [email protected] 3 points 1 week ago

How is #6 not specific to IDEs? I've never had vim, np++, or any other dedicated editor freeze; and I've used them to edit multi-gigabyte log files before.

[–] [email protected] 4 points 1 week ago (2 children)

I mainly code Java with IntelliJ.

  • it doesn't AFAIK have an integrated browser or if it does I have never encountered it ❌
  • I have not seen it crash a lot and certainly not for the stated reason ❌
  • if autocomplete isn't working, that is a sign something about the build process isn't set up right, so other things won't work either ❔
  • basic settings being buried deep in the menus is definitely a thing ✅
  • if it underlines something, that has always been an error, I think it calls a real Java compiler for this ❌
  • freezing at critical moments can occasionally be a thing ✅
[–] [email protected] 7 points 1 week ago* (last edited 1 week ago)

basic settings being buried deep in the menus is definitely a thing ✅

Nah, there is:

  1. A special hotkey that allows you to find and execute virtually any command. Same in vscode with ctrl+shift+p.
  2. Text-based search in the settings dialog.

So even though things are buried somewhere deep, it's easy to find them.

freezing at critical moments can occasionally be a thing ✅

Sounds like a ~~skill~~ hardware issue tbh.

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

It has an integrated browser in Ultimate, not in Community.

load more comments (1 replies)
[–] [email protected] 3 points 1 week ago

At least the number of times I have to use the Clean Java Language Workspace in VS Code has declined recently. I mean, I still have to, just not as often.

[–] [email protected] 2 points 1 week ago

All of those are things that have happened to me (except an IDE that could not handle externally edited files). They are very rare occurrences, but still annoying when I have to get something done.

[–] [email protected] 2 points 1 week ago

In my experience, yes. Even coding in the basic notepad makes more sense.

[–] [email protected] 0 points 1 week ago

Thanks for sharing this here 😊😊😊

load more comments
view more: ‹ prev next ›