From 954fe95394c6810c261255888c4b50f42d1cb2b8 Mon Sep 17 00:00:00 2001 From: raptor Date: Wed, 21 Aug 2024 14:14:08 +0200 Subject: [PATCH] Add RustRover IDE --- README.md | 1 + src/main.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0c2b6e3..771b258 100644 --- a/README.md +++ b/README.md @@ -795,6 +795,7 @@ See also [Are we (I)DE yet?](https://areweideyet.com/) and [Rust Tools](https:// * [kakoune-lsp](https://github.com/kakoune-lsp/kakoune-lsp/) - [LSP](https://microsoft.github.io/language-server-protocol/) client. Implemented in Rust and supports rls out of the box. * [lapce](https://github.com/lapce/lapce) - Lightning-fast and Powerful Code Editor written in Rust. [![build badge](https://github.com/lapce/lapce/actions/workflows/release.yml/badge.svg)](https://github.com/lapce/lapce/actions/workflows/release.yml) * [Ride](https://github.com/madeso/ride) - A Rust IDE + * [RustRover](https://www.jetbrains.com/rust/) - A powerful Rust IDE by JetBrains, free for individual non-commercial use * [Sublime Text](https://www.sublimetext.com/) * [rust-lang/rust-enhanced](https://github.com/rust-lang/rust-enhanced) - official Rust package * [Vim](https://vim.sourceforge.io/) - the ubiquitous text editor diff --git a/src/main.rs b/src/main.rs index b425c66..0bab564 100644 --- a/src/main.rs +++ b/src/main.rs @@ -53,6 +53,7 @@ lazy_static! { "https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb".to_string(), // > 350k downloads "https://gitpod.io".to_string(), // https://github.com/gitpod-io/gitpod has 4.7k stars "https://wiki.gnome.org/Apps/Builder".to_string(), // https://gitlab.gnome.org/GNOME/gnome-builder has 133 stars + "https://www.jetbrains.com/rust/".to_string(), // popular closed-source IDE, free for non-commercial use "https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml".to_string(), // > 1M downloads "https://marketplace.visualstudio.com/items?itemName=rust-lang.rust-analyzer".to_string(), // > 260k downloads "https://marketplace.visualstudio.com/items?itemName=rust-lang.rust".to_string(), // > 1M downloads