hobofan / ambassador

Delegation of trait implementations via procedural macros
Apache License 2.0
251 stars 13 forks source link

Windows Rust Analyzer VS Code IDE Unknown types #42

Open WIGGLES-dev opened 2 years ago

WIGGLES-dev commented 2 years ago

I'm not sure if this a problem on my end or an issue with the macro using caches to generate fields but my IDE is unable to infer the types of delegated types. If anyone is using and IDE, especially VS Code and is getting proper intelisense and type inference could you post your setup, double so if VS Code + Rust Analyzer is working for you.

WIGGLES-dev commented 2 years ago

To anyone who comes across this in the future, using the nightly compiler on VSCode with rust analyzer will break type hints! I'll leave this open until a dev closes it in case they want to take some action.