• Sibbo
    link
    fedilink
    199 months ago

    Nice to see that they have trust in Rust!

  • @aggelalex
    link
    159 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
      link
      7
      edit-2
      9 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
        link
        39 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 😔

    • Anders Borch
      link
      fedilink
      69 months ago

      @aggelalex @asal the code editor market is weird. Microsoft made a really good editor with a really large ecosystem and made it all free. That makes it really hard to justify paying for an IDE these days.

    • @[email protected]
      link
      fedilink
      49 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.

  • wvstolzing
    link
    fedilink
    129 months ago

    Federation? Glad to hear they finally cracked FTL space travel.

  • @themusicman
    link
    129 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.

    • @[email protected]
      link
      fedilink
      English
      179 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.

      • @[email protected]
        link
        fedilink
        English
        169 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

      • @[email protected]
        link
        fedilink
        49 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.

      • @[email protected]
        link
        fedilink
        29 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)