• @Almamu@lemmy.world
    link
    fedilink
    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
      310 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 😔