this post was submitted on 31 Oct 2023
374 points (94.1% liked)

Programmer Humor

25531 readers
1440 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] aksdb@feddit.de 60 points 2 years ago (9 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.

[–] brunofin@lemm.ee 12 points 2 years ago (5 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.

[–] aksdb@feddit.de 7 points 2 years ago (1 children)

clion is also strictly separated.

[–] ursakhiin@beehaw.org 1 points 2 years 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.

[–] aksdb@feddit.de 1 points 2 years 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.

[–] ursakhiin@beehaw.org 1 points 2 years 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.

load more comments (3 replies)
load more comments (6 replies)