neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.36k stars 956 forks source link

Coc API #4935

Closed Cris-lml007 closed 6 months ago

Cris-lml007 commented 6 months ago

Hi, I want to make a plugin for coc that supports Blazor, Razor; I already have the idea of how to do it but I don't know how to implement it, I would like to retrieve the alerts that the lsp sends to the buffer but I can't find a way to do it or it is not implemented in the coc api. I would like you to help me with this information or to implement it in an API please.