csharp-language-server
csharp-language-server copied to clipboard
Roslyn-based LSP language server for C#
I dont think document formatting picks up the .editorconfig. is this planned? I could take a stab at it
Workspace Symbol works perfectly by showing the signature, but Document Symbol doesn't. It can be confusing because of methods overloads, so it would be nice if the Name of the...
related to: - https://github.com/razzmatazz/csharp-language-server/issues/30
I keep getting this exception in message buffer when scrolling/navigating in `0.5.5`: ``` LSP :: Error from the Language Server: System.AggregateException: One or more errors occurred. (Service of type 'Microsoft.CodeAnalysis.Options.ILegacyGlobalOptionsWorkspaceService'...
Next PR for gradual integration of https://github.com/razzmatazz/csharp-language-server/pull/102 by @tcx4c70 Follows #135
Is support for Razor pages planned? I'm currently working on an ASP.NET Core Razor project and having LSP support in cshtml files would be awesome.
 As the picture shows, the number of refernces displayed is incorrect. This is the only file in the project, so everything gets referenced inside this file. I can guarantee...
Loosly-rebased (does not compile) version of https://github.com/razzmatazz/csharp-language-server/pull/102 by @tcx4c70 so I can begin cherry-picking things back to master
Right now I have to press enter multiple times every time I open up a csharp file in neovim just to close out all those messages. How do I suppress...
When navigating a decompiled source, you can't go to the definition of a type and/or variable