-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jump to implementation from interface/trait #7721
Comments
Hey @goldenratio, just to mention it, we do have a |
This is one things that makes me switch to vs code frequently. ➕ to this request. |
+1 here! Are there any plans to implement this? |
We actually have it as an editor action for quite some time: we_have_it.movUnderneath, it uses LSP to query for applicable implementations at the location, queried: zed/crates/project/src/project.rs Lines 2728 to 2741 in 6cb2afb
So if the corresponding language server is able to return that (as for What's missing is gutter icons, but not sure if Zed designer team wants to add those. |
Check for existing issues
Describe the feature
in IntelliJ we can easily jump to implementation class, structs, methods, etc..
It will be useful to have similar feature in zed as well.
If applicable, add mockups / screenshots to help present your vision of the feature
and If interface has multiple implementation, a nice clean dropdown will be good
No response
The text was updated successfully, but these errors were encountered: