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

Roslyn-based LSP language server for C#

Results 98 csharp-language-server issues
Sort by recently updated
recently updated
newest added

Hi, I've been starting to learn C# recently, and I use neovim, `csharp_ls` is a blessing and it fulfill all my needs as a newbie to C# (auto-completion, diagnostics, etc)...

Related: - https://github.com/razzmatazz/csharp-language-server/issues/178

Maybe my usecase is narrow and generally considered a bad practice, but I would like to use that language server with neovim to edit c# files without any .sln /...

## What I've noticed that csharp-ls only supports projects with ```xml whatever ``` And not ```xml two; or more ``` The language server starts up, but I get no language...

Our project at work uses DotnetSDK version 8. I have both dotnet 8 and 9 installed on my machine, and I found installing csharp-ls not installing when I'm in the...

hi, sorry if this is not the right place to ask can we customize the formatter? e.g: i use braces with k&r style, but now i get a new line...

Having the cursor on the name of an interface, calling textDocument/implementation, doesn't return results. If I'm on an interface method instead, it does. Would there be another lsp call for...

Hi, When I need help, I press Ctrl + ., and Neovim shows me some suggestions. However, when I type a class name and the namespace for that class is...

Everytime I start emacs, with c# files that is, everything loads as expected, with autocompletion complete. Curiously however, when I try to fetch the documentation in the minibuffer(by commonly placing...

client:emacs