Gsus4@mander.xyz to Programmer Humor@programming.dev · 27 天前Are IDEs really like this ?programming.devimagemessage-square78fedilinkarrow-up1441arrow-down126
arrow-up1415arrow-down1imageAre IDEs really like this ?programming.devGsus4@mander.xyz to Programmer Humor@programming.dev · 27 天前message-square78fedilink
minus-squareschnurrito@discuss.tchncs.delinkfedilinkarrow-up5·27 天前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 ✅
minus-squaretauren@lemm.eelinkfedilinkEnglisharrow-up8·edit-227 天前 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-squaremoomoomoo309@programming.devlinkfedilinkEnglisharrow-up3·27 天前It has an integrated browser in Ultimate, not in Community.
minus-squareTekhne@sh.itjust.workslinkfedilinkarrow-up4·26 天前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
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