rust-lang / vscode-rust

Rust extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=rust-lang.rust
Other
1.39k stars 167 forks source link

auto completion enhancements for macros #806

Open RVSNS opened 4 years ago

RVSNS commented 4 years ago

is there a way to make auto completions more convenient, can the rls write println!(" ") instead of just println! and vec![ ] instead of just vec! and many more