doomemacs/modules/lang/csharp
2021-02-21 14:44:59 -05:00
..
autoload.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
config.el lang/csharp: add sln-mode 2021-02-21 14:44:59 -05:00
doctor.el doom/doctor: fix over-eager omnisharp checks 2020-05-15 01:33:52 -04:00
packages.el lang/csharp: add sln-mode 2021-02-21 14:44:59 -05:00
README.org lang/csharp: add csproj-mode package 2020-08-01 16:00:18 -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