You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the latest version v0.3.2220, my types are not getting resolved property, however, rolling back to v0.3.2212 the types are resolving. This is causing suggestions to not show.
The tool thinks base: Base<Node2D> is base: Base<{unknown}>.
I cannot reproduce. It shows Base<Node2D> for me (no completions because there aren't any methods to Base). Node2D is code-generated into the target folder - perhaps you have some problems with build scripts?
When using the latest version
v0.3.2220
, my types are not getting resolved property, however, rolling back tov0.3.2212
the types are resolving. This is causing suggestions to not show.The tool thinks
base: Base<Node2D>
isbase: Base<{unknown}>
.rust-analyzer version: v0.3.2220
rustc version: 1.83.0
editor or extension: VSCode
code snippet to reproduce:
The text was updated successfully, but these errors were encountered: