ojroques / nvim-lspfuzzy

A Neovim plugin to make the LSP client use FZF
BSD 2-Clause "Simplified" License
316 stars 11 forks source link

'textDocument/codeAction' not support? #38

Closed linrongbin16 closed 1 year ago

linrongbin16 commented 1 year ago

Hi, in README, the supported LSP functions are:

callHierarchy/incomingCalls callHierarchy/outgoingCalls textDocument/declaration textDocument/definition textDocument/documentSymbol textDocument/implementation textDocument/references textDocument/typeDefinition workspace/symbol

So textDocument/codeAction not support?

ojroques commented 1 year ago

No it doesn't sorry. Implementing support for Code Actions is not trivial as the other methods unfortunately. See also this issue for why I chose not to support them and alternatives.