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
if you used this while inside an impl block, it would move your cursor to the start of the impl block.
this would be a nice addition alongside jump to definition. perhaps this could even be what happens if you do jump to definition while hovering a self parameter.
Activity
lnicola commentedon May 16, 2025
This works today with "Go to type definition" on
self
.EDIT: never mind, it's not the same thing.
Veykril commentedon May 16, 2025
Go to type on
self
should go to the type within the impl target though (as in, that's what the feature ought to do)