Files
doomemacs/modules/lang/csharp
Henrik Lissner a954657631 Bump :lang csharp
josteink/csharp-mode@57bd21b -> josteink/csharp-mode@4885177

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-08-01 15:56:30 -04:00
..
2020-08-01 15:56:30 -04:00

:lang csharp

Description

This module adds C# support to Emacs. Powered by omnisharp (directly or through LSP).

Module Flags

  • +lsp Enables omnisharp through LSP support (requires omnisharp).
  • +unity Enables special support for the Unity game engine (particularly, support for HLSL shaders).

Plugins

Prerequisites

This module needs:

  • omnisharp (with the +lsp flag, this must be installed externally. Without it, use M-x omnisharp-install-server)
  • .NET SDKs (on Windows)
  • Mono (on UNIX platforms)

TODO MacOS

Arch Linux

sudo pacman --needed --noconfirm -S mono

TODO NixOS