Info
This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: Any way to solve macro code complete
I try to write a language server, then edit rust analyzer code so when cursor in fn macro it will forward TokenTree to language server.
But I soon found it very difficult to read the code of rust analyzer as a Rust noob, not to mention considering the macro inside the macro.
2 posts - 1 participant
🏷️ rust_feed