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?
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
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 😔
@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.
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.
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
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)