doomemacs/modules/lang/csharp
Henrik Lissner a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00
..
autoload.el lang/csharp: include +chsarp-sp-point-in-type-p 2019-02-19 01:28:07 -05:00
config.el lang/csharp: move omnisharp-cache-directory to doom-etc-dir 2019-11-16 20:55:53 -05:00
doctor.el Fix header vars in doctor/packages.el files 2018-05-08 17:56:21 +02:00
packages.el Fix #2373: bring back package pinning 2020-01-25 19:02:00 -05: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