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

Add code_action_picker command #9875

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

John-Toohey
Copy link

Fixes #3502, adding a separate command code_action_picker which opens code_action but in a picker, allowing for searching.

An Asciinema recording

Apologies for my slow computer loading lsp in this recording, but here is a demonstration of the functionality provided by this MR:

Asciinema recording; lsp loads at 0:25

@the-mikedavis the-mikedavis added S-waiting-on-review Status: Awaiting review from a maintainer. A-command Area: Commands labels Mar 15, 2024
@John-Toohey
Copy link
Author

Okay, I have fixed the PR to fix the workflow. Clippy is now happy.

@nikolaiser
Copy link

Thanks for this PR! For me this feature is really important because my primary use case for code actions is importing a class in Scala. And often there are a lot of classes with the same name coming from different package. Being able to use picker to select them would bring a lot of value

@archseer archseer added this to the next milestone Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-command Area: Commands S-waiting-on-review Status: Awaiting review from a maintainer.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some sort of filtering on code actions menu
4 participants