mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Add note on Rust Analyzer's ability to expand macros directly in the editor. Closes #68
This commit is contained in:
parent
87b2050b29
commit
e304681fbe
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
|||
},
|
||||
{
|
||||
"name": "Debugging Macros",
|
||||
"notes": "<a href=\"https://github.com/rust-lang/rust-analyzer\">Rust Analyzer</a> also allows you to <a href=\"https://rust-analyzer.github.io/manual.html#expand-macro-recursively\">expand macros directly in your editor</a>",
|
||||
"recommendations": [{
|
||||
"name": "cargo-expand",
|
||||
"link": "https://github.com/dtolnay/cargo-expand#cargo-expand",
|
||||
|
|
Loading…
Reference in a new issue