• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    edit-2
    1 day ago

    It’s not about cheapness, it’s about consistency.

    You wanna set up different dev environments and process for every single language you or someone from your team might use? Oh we need documentation and a license for IDEA when we’re doing Java work, and PyCharm when we’re doing Python work, and WebStorm when we’re doing JavaScript work, or we just all use VSCode for everything.

    I’ve worked on Java teams, Python Teams, JavaScript Teams, C# teams, and quite frankly, I’ve seen no major benefit to a dedicated IDE for that language vs just configuring VSCode plugins and CLI scripts.

    • TJA!@sh.itjust.works
      link
      fedilink
      arrow-up
      3
      arrow-down
      2
      ·
      1 day 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
        4
        ·
        edit-2
        1 day 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
          1
          ·
          3 hours 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).