Closed nimaai closed 5 months ago
Some refactoring commands like lsp-clojure-extract-function don't work:
lsp-clojure-extract-function
[coc.nvim] Error: Internal error
I assume because they expect an input from the user?
It works through <Plug>(coc-codeaction-refactor) interactive popup window.
<Plug>(coc-codeaction-refactor)
I just released 0.0.17 which fixes this. Thanks for catching it!
Some refactoring commands like
lsp-clojure-extract-function
don't work:[coc.nvim] Error: Internal error
I assume because they expect an input from the user?