coc-java icon indicating copy to clipboard operation
coc-java copied to clipboard

Error on notification "formatSelected": formatRange provider not found for current buffer, your language server doesn't support it.

Open burg1ar opened this issue 2 years ago • 0 comments

image

coc.nvim configs in .vimrc:

xmap <leader>f  <Plug>(coc-format-selected)
nmap <leader>f  <Plug>(coc-format-selected)

coc-format-selected is not working, error output: Error on notification "formatSelected": formatRange provider not found for current buffer, your language server doesn't support it.

burg1ar avatar Jul 25 '22 08:07 burg1ar