Skip to content

Commit

Permalink
Updated data/editors.json (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
local-interloper authored Sep 12, 2024
1 parent 5679df0 commit 755e91d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/editors.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 755e91d

Please sign in to comment.