-
Notifications
You must be signed in to change notification settings - Fork 0
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
Quick actions menu #8
Comments
I'd maybe even generalize this to "quick selection menu" for selecting e.g. files, symbols, etc. |
At the moment the LSP action callback uses the |
The plugin actionmenu.nvim looks pretty good. Also it is not feature complete for this wish here... |
Another potential implementation: nvim-lsputils |
nvim-lsputils is awesome, it has some more cool features like better go to references UX. Wish granted! |
What?
Menu with options that provides refactoring actions from language server.
Why?
The UX is great, something like this saves time when refactoring code (probably not in all languages/frameworks, but this is very useful when working with Flutter).
Potential existing implementations:
The only one I know is coc-actions. I still use it, did not stop using CoC for Flutter only for this functionality.
The text was updated successfully, but these errors were encountered: