doomemacs/modules/lang/csharp
2019-09-26 15:23:39 -04:00
..
autoload.el
config.el lang/csharp: add +lsp flag & support 2019-09-26 14:26:47 -04:00
doctor.el
packages.el lang/csharp: add +lsp flag & support 2019-09-26 14:26:47 -04:00
README.org lang/csharp: minor correction to readme 2019-09-26 15:23:39 -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