mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Updated data/editors.json (#132)
This commit is contained in:
parent
5679df0f8f
commit
755e91dee0
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue