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

Programmer Humor

23590 readers
1316 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] schnurrito@discuss.tchncs.de 5 points 3 days 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 ✅
[–] tauren@lemm.ee 8 points 3 days ago* (last edited 3 days 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.

[–] moomoomoo309@programming.dev 3 points 3 days ago (1 children)

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

[–] savedbythezsh@sh.itjust.works 4 points 2 days ago

No, it only has an integrated html previewer. They removed the full integrated browser because it was unnecessary and an actual browser did the trick