IDEA Ultimate for all languages?
已回答
IntelliJ IDEA is advertised as an IDE for Java and Kotlin, but it supports almost all other products as plugins. My main language is Rust, but I often work with repositories that contain Rust, Python and Go. Additionally it isn't very rare for Rust to use C or C++ dependencies. I don't want to switch between separate applications and prefer to use one single IDE for that. I understand that at this moment CLion isn't available as a plugin, but there is an issue for that (https://youtrack.jetbrains.com/issue/CPP-4141/Make-CLion-available-as-IntelliJ-plugin).
Is it a viable choice to use IDEA Ultimate in my case?
请先登录再写评论。
Yes, in your case IntelliJ IDEA is the best choice.
The information you have is correct: it supports all of the mentioned languages except C/C++, for which you can use CLion until https://youtrack.jetbrains.com/issue/CPP-4141 is implemented.
Thank you for the response!