From 755e91dee0907616544c49ba51813f52c2be0435 Mon Sep 17 00:00:00 2001 From: "local.interloper" Date: Thu, 12 Sep 2024 15:32:47 +0200 Subject: [PATCH] Updated data/editors.json (#132) --- data/editors.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/editors.json b/data/editors.json index f73d261..2f58a3a 100644 --- a/data/editors.json +++ b/data/editors.json @@ -2,14 +2,14 @@ { "name": "VS Code", "url": "https://code.visualstudio.com/", - "editor_plugins": "Rust Analyzer (note: avoid the \"Rust\" plugin. It is in the process of being deprecated and has a number of issues that are solved in the new Rust Analyzer plugin)", + "editor_plugins": "Rust Analyzer (note: avoid the \"Rust\" plugin. It is deprecated and has a number of issues that are solved in the new Rust Analyzer plugin)", "notes": "Generally recommended" }, { - "name": "Intellij/CLion", + "name": "RustRover", "url": "https://www.jetbrains.com/rust/", - "editor_plugins": "Rust Plugin", - "notes": "Well supported. A good option if you like Intellij products." + "editor_plugins": "None needed, everything works out of the box", + "notes": "A full blown Rust IDE by JetBrains. A good option if you like Intellij products." }, { "name": "Sublime Text",