csharp-language-server icon indicating copy to clipboard operation
csharp-language-server copied to clipboard

snippet support for COC.nvim?

Open lubyrex opened this issue 3 years ago • 1 comments

I've tried to configure the language server in Coc as follows: { "languageserver": { "csharp-ls": { "command": "csharp-ls", "filetypes": ["cs"], "rootPatterns": ["*.csproj", ".vim/", ".git/", ".hg/"] } } } But it doesn't return snippets during completion Does this language server currently support snippets?

lubyrex avatar Oct 25 '22 10:10 lubyrex

hi @lubyrex

I believe you're talking about snippets on insertion and item autocompletion, right? as defined in https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/

Then no, at this moment there is not support for LSP snippet support.

razzmatazz avatar Nov 29 '22 07:11 razzmatazz