Lysergid@lemmy.ml to Programmer Humor@programming.dev · 1 year agoOkay, which one of you Java devs did thislemmy.mlimagemessage-square9fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageOkay, which one of you Java devs did thislemmy.mlLysergid@lemmy.ml to Programmer Humor@programming.dev · 1 year agomessage-square9fedilink
minus-squareaksdb@feddit.delinkfedilinkarrow-up0·1 year agoIDEA isn’t Java-only. Most of the other languages are available as plugins. IDEA is typically the go-to IDE for multilanguage projects.
minus-squareBruno Finger@lemm.eelinkfedilinkarrow-up0·1 year agoExcept .NET then you can use Rider which is pretty much IDEA but with added support for .NET, which makes it… better…? Not sure.
minus-squareursakhiin@beehaw.orglinkfedilinkarrow-up0·1 year agoAs it should be. The needs of a systems language are very different than the needs of a virtualized or interpreted one. I honestly don’t see how people use a single IDE for every language but I respect their choice to do it.
minus-squareaksdb@feddit.delinkfedilinkarrow-up0·1 year agoI have a few projects where parts are Java, parts are Go and parts are C. Having that in a single workspace can be convenient.
IDEA isn’t Java-only. Most of the other languages are available as plugins. IDEA is typically the go-to IDE for multilanguage projects.
Except .NET then you can use Rider which is pretty much IDEA but with added support for .NET, which makes it… better…? Not sure.
clion is also strictly separated.
As it should be. The needs of a systems language are very different than the needs of a virtualized or interpreted one. I honestly don’t see how people use a single IDE for every language but I respect their choice to do it.
I have a few projects where parts are Java, parts are Go and parts are C. Having that in a single workspace can be convenient.