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

So, I am using emacs and it would be nice if I could go with my cursor over a function and it would show me the arguments, like C++ lsp...

The buffer where I am moving the type from seems to refresh correctly. But, I cannot find the moved type in the file system. https://github.com/razzmatazz/csharp-language-server/assets/217568/3dd76a61-993a-4143-b3e4-585684c2f6ab nvim v0.9.5 Update: just realised...

``` Args out of range: #, # ``` This happens occasionally in emacs 29 using `lsp-mode`. This might be a regression caused by https://github.com/razzmatazz/csharp-language-server/pull/116

Hi, I am interested in contributing analyzer support, so I wanted to hear what the status of it was. What work has been done on adding analyzer support? And is...

Hello, I am using this LSP server in Neovim with nvim-cmp auto-completion. In many LSP servers, accepting an auto-completion suggestion will also insert the import at the top of the...

OS: Windows 10 Editor: emacs 29.3 LSP Client: eglot 1.17 When I try go to definition of one of the partial classes in my godot project, csharp-ls throws an exception:...

When I move a file from a/pippo.cs to a/b/pippo.cs and then move it back to a/pippo.cs, the LSP gives me this error: 'Ambiguity between 'method' and 'method', as if the...

Hi all, I've been working on a fairly large project with Avalonia and have been missing XAML LSP support. As such I've been thinking about adding some XAML support here....

Is there a way to enable hints and info like omnisharp does instead of just errors? For example, give a hint to declare types in namespace.

I'm seeing an issue where using the [Hot Reload](https://hotreload.net/) package for Unity causes csharp-ls to stop working for a workspace. This issue is caused by the Hot Reload package re-creating...