From cec5e6d64ed434200306f80ee00bf2209bb692e0 Mon Sep 17 00:00:00 2001 From: Brandon Pollack Date: Tue, 10 Jan 2023 12:42:38 +0900 Subject: [PATCH] Added information on Jetbrains --- src/cargo.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/cargo.md b/src/cargo.md index d58c6361..d8ae78c6 100644 --- a/src/cargo.md +++ b/src/cargo.md @@ -34,6 +34,10 @@ $ sudo apt install cargo rust-src This will allow [rust-analyzer][1] to jump to the definitions. We suggest using [VS Code][2] to edit the code (but any LSP compatible editor works). +Some folks also like to use the [Jetbrains][4] family of IDEs, which do their own analysis but have their own tradeoffs. If you prefer them, you can install the [Rust Plugin][5]. Please take note that as of writing debugging only works on the CLion version of the Jetbrains IDEA suite. + [1]: https://rust-analyzer.github.io/ [2]: https://code.visualstudio.com/ [3]: https://rustup.rs/ +[4]: https://www.jetbrains.com/clion/ +[5]: https://www.jetbrains.com/rust/