mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Add RustRover IDE
This commit is contained in:
parent
ecb0b4aafa
commit
954fe95394
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue