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

I noticed that csharp-ls will not show me errors in my repository until I open the files with issues manually. E.g., if I change the name of some class (without...

after installing 0.14 i dont get the loggin about .csproj loaded

I can't seem to disable the autoformater on the server usually passing ```lua client.server_capabilities.documentFormattingProvider = false client.server_capabilities.documentRangeFormattingProvider = false ``` to the server configuration disables the formater in all other...

Dont really know why but LSP is getting very slow ( unable to get any diagnostic in file or react on code changes in even 1 min ) on repos...

Hi, there. :wave: I am using csharp-language-server in neovim, and the issue seems to be that I cannot see the type definitions of objects defined in LINQ when using the...

## Relevant Info I'm using Neovim with nvim-cmp and csharp-ls. I have hooked up the capabilities in a way where i expect it to work. I mean i get great...

with this opt `local cap = vim.tbl_deep_extend("force", vim.lsp.protocol.make_client_capabilities(), require('cmp_nvim_lsp').default_capabilities() ) cap.workspace.didChangeWatchedFiles.dynamicRegistration = true` Lsp reload all the project(saying that is changed .sln) even thought i had not changed anything. ![image](https://github.com/razzmatazz/csharp-language-server/assets/40872910/6eb67840-a8e7-4d37-8d6b-e0094cd981f3)...

Hi, thanks for the awesome LSP client. I want to bring this to my .NET 6 devcontainer, as the project I'm working on uses .NET 6. This lsp itself needs...

I don't really know if this is a csharp_ls issue or neovim/my config, but csharp_ls does not yield diagnostics and other features such as highlighting after loading solution. Instead it...