@Gsus4@mander.xyz to Programmer Humor@programming.dev • 3 days agoAre IDEs really like this ?programming.devimagemessage-square76fedilinkarrow-up1431arrow-down126
arrow-up1405arrow-down1imageAre IDEs really like this ?programming.dev@Gsus4@mander.xyz to Programmer Humor@programming.dev • 3 days agomessage-square76fedilink
minus-square@schnurrito@discuss.tchncs.delinkfedilink5•3 days agoI 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 ✅
minus-square@tauren@lemm.eelinkfedilinkEnglish8•edit-23 days ago basic settings being buried deep in the menus is definitely a thing ✅ Nah, there is: A special hotkey that allows you to find and execute virtually any command. Same in vscode with ctrl+shift+p. 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.
minus-square@moomoomoo309@programming.devlinkfedilinkEnglish3•3 days agoIt has an integrated browser in Ultimate, not in Community.
minus-squareTekhnelinkfedilink4•3 days agoNo, it only has an integrated html previewer. They removed the full integrated browser because it was unnecessary and an actual browser did the trick
I mainly code Java with IntelliJ.
Nah, there is:
So even though things are buried somewhere deep, it’s easy to find them.
Sounds like a
skillhardware issue tbh.It has an integrated browser in Ultimate, not in Community.
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