This module adds C# support to Emacs. Powered by omnisharp (directly or through LSP).
+lsp
Enables omnisharp through LSP support (requires omnisharp).+unity
Enables special support for the Unity game engine (particularly, support for HLSL shaders).+dotnet
Enables Dotnet transient interface with Sharper
- csharp-mode
- csproj-mode
- omnisharp* (not
+lsp
) - shader-mode* (
+unity
) - sharper (
+dotnet
)
This module needs:
- omnisharp (with the
+lsp
flag, this must be installed externally. Without it, useM-x omnisharp-install-server
) - .NET SDKs (on Windows)
- Mono (on UNIX platforms)
- .NET Core 1.X - 3.X or .NET 5 for cross platform
sudo pacman --needed --noconfirm -S mono