Open nomasprime opened 4 years ago
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.
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?