-
-
Notifications
You must be signed in to change notification settings - Fork 962
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
Better code action filtering #5288
Comments
Actually I would specifically like to filter out those two show I think what I really need is a way to filter code action by source ( Instead of coc.nvim/src/handler/codeActions.ts Line 57 in 48cad05
maybe have filter fn ? or some config
|
Related to #5278 (which is for sorting codeactions, not filtering) |
The coc-tsserver shows unnecessary selection for refactor, I've fixed the issue on coc-tsserver to make it useful |
Thank you.
Sent from Yahoo Mail for iPhone
On Saturday, March 22, 2025, 3:02 AM, Qiming zhao ***@***.***> wrote:
The coc-tsserver shows unnecessary selection for refactor, I've fixed the issue on coc-tsserver to make it useful
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
chemzqm left a comment (neoclide/coc.nvim#5288)
The coc-tsserver shows unnecessary selection for refactor, I've fixed the issue on coc-tsserver to make it useful
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Is your feature request related to a problem? Please describe.
I might want to filter some code actions out, but not sure what kind it is
Describe the solution you'd like
In the code action menu (
showMenuPicker
), always show the kind after the name, i.e.should say
Move to file [refactor]
or whatever the kind is
The text was updated successfully, but these errors were encountered: