419
you are viewing a single comment's thread
view the rest of the comments
[-] schnurrito@discuss.tchncs.de 5 points 1 year ago

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 1 year ago* (last edited 1 year 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 1 year ago

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

[-] savedbythezsh@sh.itjust.works 4 points 1 year 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

this post was submitted on 30 May 2025
419 points (94.5% liked)

Programmer Humor

31670 readers
695 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 3 years ago
MODERATORS