From 70dac4377efb295f3e0ee9626cf0e70266bb523c Mon Sep 17 00:00:00 2001 From: nonnapopoa <150189680+nonnapopoa@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:15:30 -0400 Subject: [PATCH] Remove atom from ides-and-rust-toolchains (#8998) --- .../ides-and-rust-toolchains@oyP1ZyOgDC4nYEQXHwdVQ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/data/roadmaps/rust/content/ides-and-rust-toolchains@oyP1ZyOgDC4nYEQXHwdVQ.md b/src/data/roadmaps/rust/content/ides-and-rust-toolchains@oyP1ZyOgDC4nYEQXHwdVQ.md index 8fb5e704a..db1d0b160 100644 --- a/src/data/roadmaps/rust/content/ides-and-rust-toolchains@oyP1ZyOgDC4nYEQXHwdVQ.md +++ b/src/data/roadmaps/rust/content/ides-and-rust-toolchains@oyP1ZyOgDC4nYEQXHwdVQ.md @@ -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) \ No newline at end of file +- [@official@Sublime Text](https://www.sublimetext.com)