Intelllij Rust plugin does this.
println!("Hello, world! {}", x); >Recursive expansion of println! macro: >{ > ::std::io::_print(IntellijRustDollarCrate::format_args_nl!("Hello, world! {}", x)); >}
Intelllij Rust plugin does this.