Skip to content

C# (csharp-roslyn)#

Server#

For more information about the LSP server, check Microsoft.CodeAnalysis.LanguageServer (Roslyn).

Installation#

This Server supports automatic install. Install this language server with M-xlsp-install-serverRETcsharp-roslynRET.

Supports automatic installation via NuGet

Debugger: Yes (netcoredbg)#

Available configurations#

lsp-csharp-omnisharp-enable-decompilation-support#

Type: boolean

Default: nil

Decompile bytecode when browsing method metadata for types in assemblies. Otherwise only declarations for the methods are visible (the default).



Last update: June 29, 2024