Coc.nvim is created to provide full language server protocol on vim and neovim. It’s possible to create coc.nvim extension to enhance capability of coc.nvim, this post is made to help you understand why coc extensions are created and what benefits can you have with it. Without extension, you only get partial support from language server. Language server extension of VSCode…