this post was submitted on 31 Oct 2023
416 points (94.4% liked)

Programmer Humor

19197 readers
1140 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 67 points 10 months ago (4 children)

IDEA isn't Java-only. Most of the other languages are available as plugins. IDEA is typically the go-to IDE for multilanguage projects.

[–] [email protected] 13 points 10 months ago (2 children)

Except .NET then you can use Rider which is pretty much IDEA but with added support for .NET, which makes it.. better..? Not sure.

[–] [email protected] 15 points 10 months ago

Most of their products are like that. There are a lot of specific language support features in each one that may become available as plugins later on but not at the same pace or “fullness” as the specific product itself.

For example, PHPStorm has good JavaScript support but if you want really good Typescript support you should probably go with Webstorm.

Alternatively, I can totally write Rust code in Webstorm through the Rust plugin but I’m better off using CLion that has better support (or now RustRover which will be where all the latest Rust support features are added, although it’s still a preview product afaik).

Also worth noting though that there are indeed some “tiers”. Like Webstorm won’t support PHP but PHPStorm will support JavaScript/Typescript (again, not fully but enough to maintain a front end operating off your PHP backend)

[–] [email protected] 7 points 10 months ago (1 children)

clion is also strictly separated.

[–] [email protected] 1 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 months ago

Even those I tend to open up in their specific IDEs when the time comes. It helps me separate the language but also the workflow.

[–] [email protected] 2 points 10 months ago

This. I use IntelliJ for Java, Kotlin, typescript, Python, HTML etc… it just does everything and does it better than other IDEs.

[–] [email protected] 1 points 10 months ago

I prefer phpstorm for multi language personally.

[–] [email protected] 1 points 9 months ago

Or available in the paid version