Is there support for Rust on Docker?
已回答
I would like to do Rust development using Jetbrain's products (probably CLion or IntelliJ Idea with intellij-rust plugin).
What I would like to do is as follows
- Rust is installed in Docker.
- I want to get code completion and code jump at the IDE.
Is this possible?
I found this kind of issue.
https://github.com/intellij-rust/intellij-rust/issues/1926
Before I find out how to set it up, I would first like to know if it is possible in the first place.
请先登录再写评论。
Hello!
As you can see, https://github.com/intellij-rust/intellij-rust/issues/1926 has the "Open" status, which means it's not implemented yet.
Thank you.