rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

Help - VSCode auto completion? #116

Closed matty-r closed 3 years ago

matty-r commented 3 years ago

Just starting out with Rust and wanting to build some Qt applications. Is there anyway to get autocompletion working for Ritual in VSCode?

matty-r commented 3 years ago

Turns out if I disable the official Rust extension, and use rust-analyzer it works as expected.