this post was submitted on 25 Oct 2024
111 points (95.1% liked)

Programming

17326 readers
160 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 week ago (1 children)

We just have the ultimate license and can use all of the intellij IDEs, but you also can do everything with IDEA and some plugins. And I'm that car you still have the experience of a real IDE and not just a code editor.

[–] [email protected] -2 points 1 week ago* (last edited 1 week ago) (1 children)

Lol "real IDE". Name the actual day to day feature(s) that makes it "real". Just saying "you use a little bitch IDE, i use a real IDE" is not an argument.

[–] [email protected] 4 points 1 week ago (1 children)

Much better integrated refactoring support. Much better source code integration support. Much better integrated debugging support. Much better integrated assistive (but not ai) support.

Vscode can do many things IntelliJ can, but not all, and many of them require fiddling with plugins.

Usually, JB is also faster (if your dev machine can run it, but in my experience most devs have beefy machines).

[–] [email protected] 2 points 5 days ago

Not my experience. I've had the displeasure of having to use Rider at work, and it's much slower than VSCode, if only for boot times which are a pain in the butt for large projects. You gotta pay for that bloat and feature creep somehow.

And that's on a Xeon machine.

As for refactoring, yes, Rider has lots of options that don't work and do half the job. So much so, that I don't use them at all, because they're unreliable.

The requirement for Copilot to qualify an IDE is a bit funny. First, VSCode has some support for it, and, secondly, this is super recent, so unless IDEs didn't exist since last year, I'd say this is not core to the definition of IDE.