doomemacs/modules/lang/csharp
Jeetaditya Chatterjee 7f814e5d99
refactor(:lang): redo tree-sitter hooks
- bind to major-mode-local-vars-hook instead of major mode hook
- bind the autodef tree-sitter! instead of the functions.
2022-05-22 21:26:08 +01:00
..
autoload.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
config.el refactor(:lang): redo tree-sitter hooks 2022-05-22 21:26:08 +01:00
doctor.el docs(tree-sitter): add doctor checks for flag 2022-05-22 21:26:00 +01:00
packages.el bump: :lang 2022-03-31 21:09:38 +02:00
README.org Updated ordering 2020-12-08 19:39:32 +00: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).
  • +dotnet Enables Dotnet transient interface with Sharper

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)
  • .NET Core 1.X - 3.X or .NET 5 for cross platform

TODO MacOS

Arch Linux

sudo pacman --needed --noconfirm -S mono

TODO NixOS