-
I recently started learning ruby and I'm using neovim with nvim-lspconfig. When I try to trigger code actions I get this message:
I don't know much about the specifics on how language servers work but looking at this file am I correct in assuming this is not available yet? Or is this something else entirely and it's just my configuration that's wrong? I can post my config here if that's the case. ./lib/solargraph/language_server/message/text_document/code_action.rb def process
# @todo Find code actions
end Thanks for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Code actions are not supported yet. They're on the roadmap, but I'm afraid I don't have an ETA. |
Beta Was this translation helpful? Give feedback.
Code actions are not supported yet. They're on the roadmap, but I'm afraid I don't have an ETA.