Skip to content
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

[Feature] Only show the first implementation #113

Open
kianNgyn opened this issue Dec 11, 2023 · 3 comments
Open

[Feature] Only show the first implementation #113

kianNgyn opened this issue Dec 11, 2023 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@kianNgyn
Copy link

Describe the bug
When use "goto implementation", if there are several implementations, it's only show the first one and have no way to choose the other

@kianNgyn kianNgyn added the bug Something isn't working label Dec 11, 2023
@rmagatti rmagatti changed the title [BUG] Only show the first implementation [Feature] Only show the first implementation Apr 29, 2024
@chaozwn
Copy link

chaozwn commented Jul 3, 2024

i think maybe we can use rust-analyzer solution like this. show the mutiple selection in the top.

image

@chaozwn
Copy link

chaozwn commented Jul 3, 2024

@rmagatti
Copy link
Owner

rmagatti commented Jul 7, 2024

I suppose what we'll want here is for goto-preview to do the same thing it does when require("goto-preview").goto_preview_references() is called, which is to open a picker with the multiple references, in this case, the multiple implementations to pick from and then open the preview, yes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants