What Every Rust Dev Should Know About Macro Support in IDEs
Following the recent partial stabilization of proc-macro support in IntelliJ-Rust, Vitaly wrote a great blog post (with a veery clickbait title :D) about IDE-centric view on proc-macro expansion and what proc-macros' authors can do to improve interactive editing experience for their users (mostly relevant for complex DSLs).
The post is obviously biased towards ijrust but RA mostly works with proc-macros in similar ways.
/r/rust discussion: