I am doing GTK-RS rust tutorials. While coding in gtk-rs the autocomplete only shows partial suggestions and not all suggestions. Then I need to search in rustdoc for relevant structs or traits that I want to use.
Example: Then using Window struct, the vscode gives suggestions like WindowType, WindowBuilder, WindowGroupExt, but it does not how Window struct. It also does not show WindowExt.
I have installed official rust plugin in vscode.
Versions:
Rust: 1.42.0
vscode: 1.43.1
How can I enable vscode to get all structs or traits as recommendations?