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

Omit spell checker actions from coc-codeaction list #21

Open
nomasprime opened this issue Sep 16, 2020 · 1 comment
Open

Omit spell checker actions from coc-codeaction list #21

nomasprime opened this issue Sep 16, 2020 · 1 comment

Comments

@nomasprime
Copy link

Using this extension with coc-actions. It's really nice having the spell checking actions displayed in a floating window near the selection to maximise efficiency, thank you.

The issue I'm experiencing is when coc-codeaction is run all the spelling suggestions for the entire file appear in the list. I can't see how this would be useful and it adds a lot of noise.

Is there anyway to exclude spell checker results from the coc-codeaction list?

@iamcco
Copy link
Owner

iamcco commented Sep 17, 2020

I don't know what your mean by run coc-codeaction. If you mean <Plug>(coc-codeaction) it will display all code actions in the buffer. And it's coc.nvim behavior, i can do nothing. Other way you can create your own functions to filter the result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants