mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Remove atom from ides-and-rust-toolchains (#8998)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# IDEs and Rust Toolchains
|
||||
|
||||
For the Rust Programming Language, several Integrated Development Environments (IDEs) and editors provide great support. Visual Studio Code is highly preferred among Rust developers due to its support for Rust via the "Rust Language Server" or "rust-analyzer" plugins. Another popular choice is RustRover, a dedicated IDE for Rust development by JetBrains. Additionally, Sublime Text and Atom with respective Rust-enhancement plugins are also used. For a more terminal-centric approach, Vim and Emacs are equipped with Rust modes. These IDEs and editors offer various features like auto-completion, syntax highlighting, and debugging tools which prove useful for Rust programming.
|
||||
For the Rust Programming Language, several Integrated Development Environments (IDEs) and editors provide great support. Visual Studio Code is highly preferred among Rust developers due to its support for Rust via the "Rust Language Server" or "rust-analyzer" plugins. Another popular choice is RustRover, a dedicated IDE for Rust development by JetBrains. Additionally, Sublime Text with respective Rust-enhancement plugins are also used. For a more terminal-centric approach, Vim and Emacs are equipped with Rust modes. These IDEs and editors offer various features like auto-completion, syntax highlighting, and debugging tools which prove useful for Rust programming.
|
||||
|
||||
Visit the following resources to learn more:
|
||||
|
||||
@@ -8,5 +8,4 @@ Visit the following resources to learn more:
|
||||
- [@official@RustRover](https://www.jetbrains.com/rust/)
|
||||
- [@official@Vim](https://www.vim.org)
|
||||
- [@official@Emacs](https://www.gnu.org/software/emacs/)
|
||||
- [@official@Atom](https://atom.io)
|
||||
- [@official@Sublime Text](https://www.sublimetext.com)
|
||||
- [@official@Sublime Text](https://www.sublimetext.com)
|
||||
|
Reference in New Issue
Block a user