• aggelalex@lemmy.world
    link
    fedilink
    arrow-up
    17
    arrow-down
    4
    ·
    10 months ago

    So, if I’m paying only for IDEA, I’m stuck in java and kotlin and have to pay extra to write rust? You know rust code intelligence is just as good in VSCode right? For Free?

    • Almamu@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      10 months ago

      You usually can install plugins (it’s been a long time since I looked into it, so the situation might have changed) to have support for other languages and “convert” it, but doesn’t work as good as their standalone versions as they are a bit more integrated and better configured out of the box imo

      • legoshark@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        9 months ago

        At least when I tried with CLion, it wasn’t possible to get it to support both Rust and Kotlin simultaneously. You can get both in IntelliJ with the Rust plugin, but it didn’t work well when I attempted it. I have to use both Rust and Kotlin in the same project at work every day, so I end up switching between IntelliJ and VSCode constantly. Worse, it’s a multi-workspace project, so I even have to use several VSCode windows and switch between them, or rust-analyzer refuses to work. It’s so easy to get lost in the sea of identical looking code windows. Not ideal 😔

    • StarkillerX42@lemmy.ml
      link
      fedilink
      arrow-up
      4
      ·
      10 months ago

      Even when I was able to get a license through University, I eventually switched to VSCode just to avoid the hassle of verifying my license.

  • themusicman@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    10 months ago

    A lot of people here are missing the point.

    Yes, it might not be a compelling offering right now. That’s why it will be a free beta.

    By the time this is actually released, it will have features you can’t live without, just like all their other IDE’s.

    • ZeroNationality@lemmy.one
      link
      fedilink
      English
      arrow-up
      19
      arrow-down
      2
      ·
      10 months ago

      It’s weird, but I quite often sit on calls watching people who use VSCode taking 2-3 times as long to accomplish the same outcome as I can in my Jetbrains IDE. Either they don’t have the plugin installed rn, or it’s not working atm, or they have too many and it’s gotten slow, etc.

      • ZeroNationality@lemmy.one
        link
        fedilink
        English
        arrow-up
        16
        ·
        10 months ago

        If it’s a small edit to a single file VScode is often quicker, but if it’s actually working with or developing changes in a larger codebase I find that a well integrated IDE instead of a more basic editor with plugins works better

      • sajran@lemmy.ml
        link
        fedilink
        arrow-up
        4
        ·
        10 months ago

        And then you see a vim wizard flying through the code at the speed of light, leaving those Jetbrains users behind.

        Just joking, I love vim (wouldn’t call myself a wizard though) but everyone should just use whatever suits them.

      • nothendev@sopuli.xyz
        link
        fedilink
        arrow-up
        3
        arrow-down
        1
        ·
        10 months ago

        For me jetbrains ides are just not okay. They lag my PC so much that I can’t even play Minecraft 1.8.9 at the same time. The plugin list is so tiny - Rust, Color highlight thingy, and builtins!

        Also personally I don’t like these IDEs just because they aren’t open source - I can’t modify it if I want to, which in this case doesn’t fit the spirit of Rust - making it opensource; the plugin API is so obscure to the point I considered switching to nvim (that was a year ago, not much has changed)