• @LavenderDay3544
      link
      4
      edit-2
      5 hours ago

      It looks like they deprecated that one so they can sell the Rust plug-in for CLion. Granted RustRover is free for non-commercial use.

      Stuff like this is why I don’t mess with paid IDEs and editors.

      • @paperplane
        link
        11 hour ago

        Tbh rust-analyzer is still pretty great. What bothers me more is that Kotlin is pretty much the only language without an official language server, because it doesn’t align with their business interests…

      • @[email protected]
        link
        fedilink
        1
        edit-2
        3 hours ago

        And now the IntelliJ plugin isn’t included in the all products pack for some reason.

        Edit: It looks like it actually is included, or is supposed to be.

    • @[email protected]
      link
      fedilink
      36 hours ago

      Oh my God. That’s awful.

      Thanks for posting about jet brains coopting and closing the rust plug-in. Yuck!

    • @calcopiritus
      link
      1
      edit-2
      18 minutes ago

      Don’t need to go all the way there. I always heard that jetbrains make the best editors. Yet when my job forced everyone to use CLion I saw that it was just a lie. The editors aren’t good, they are just expensive.

      There are 2 easy examples:

      1. Remote developing sucks. Loading a remote cmake project takes ages. Yet if you remove the temp directory it’s almost instantaneous. Except when you do it too often and clion refuses to sync the files, then you’re fucked because there isn’t a “sync” button, it only happens automatically.

      2. The commit log is awful. It doesn’t by default show you the commit/branch you’ve checked out, it shows the chronologically most recent commit. There’s no “go to checked out commit” button either, you have to write the hash in the search field. Which btw the search is trash. If you write 6 of the characters of the hash it shows “there are no results”, yet when you write the 7th, suddenly your commit appears.