IntelliJ Rust Support? Possibly Clion?
Is your feature request related to a problem? Please describe. I'm always frustrated when VSCode has better integrations as a genral IDE but lacks th features of an dedicated embedded IDE
Describe the solution you'd like Feature parity with the other popular IDE Intellij
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Using the terminal
Additional context Add any other context or screenshots about the feature request here.
Hi!
We are generally interested in providing independent tools, implementing open specs which then in turn make it possible to speak to IDEs and such. For VSCode this is easy with the Microsoft DAP spec. Also, we can ofc support GDB with the GDB Stub "spec" which is compatible with the commandline and VSCode.
I am not sure what you mean with IntelliJ Rust support. I think CLion has GDB support? Other than that, last time I checked, their debugger spec was neither common nor open. So even if we wanted to, it would not be possible for us to add special support for the IDE.
Also, our current efforts are focused on improving the general experience: More stability, more chips, multicore, debug sequences, better RISC-V support. Other than that, we try to focus on the most common tools such as commandline, GDB and VSCode as we use those tools ourselves.
I do not say we can never add IntelliJ support, but it seems unlikely atm.
If you are more familiar how to add support and would like to work on it, I'll gladly answer all questions. probe-rs is a library first and you can write your own IntelliJ plugin using probe-rs.
Best, Yatekii