1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-03 10:06:14 +02:00

Fix JetBrains capitalization (#305)

* Fix JetBrains capitalization

* Revert change to da.po

---------

Co-authored-by: Martin Geisler <martin@geisler.net>
This commit is contained in:
Frieder Bluemle 2023-01-31 11:45:54 -08:00 committed by GitHub
parent 330d21ef02
commit fd65ff0f0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ $ 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 January 2023 debugging only works on the CLion version of the Jetbrains IDEA suite.
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 January 2023 debugging only works on the CLion version of the JetBrains IDEA suite.
[1]: https://rust-analyzer.github.io/
[2]: https://code.visualstudio.com/