• TJA!@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    6 days ago

    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.

    • masterspace@lemmy.ca
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      5
      ·
      edit-2
      6 days ago

      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.

      • zlatko@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        4 days ago

        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).

        • FlorianSimon@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          19 hours 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.