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
This fix is very similar to the one for trait functions:
1. Look to see if cursor is after a declaration keyword
2. If so, try to find the enclosing trait
3. If trait found, look for trait items of the right type
Desired Behavior: When the cursor is at
~
in the example above, callingracer complete
should list the associated types for the enclosing trait.The text was updated successfully, but these errors were encountered: