Introduces a select few of the localleader keybind standards proposed in issue #1270, corrects a few typos and introduces more localleader keybinds in general. Co-authored-by: yuhan0 <> |
||
---|---|---|
.. | ||
autoload.el | ||
config.el | ||
doctor.el | ||
packages.el | ||
README.org |
:lang csharp
Table of Contents TOC
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
- csharp-mode
- omnisharp* (not
+lsp
) - shader-mode* (
+unity
)
Prerequisites
This module needs:
- omnisharp (with the
+lsp
flag, this must be installed externally. Without it, useM-x omnisharp-install-server
) - .NET SDKs (on Windows)
- Mono (on UNIX platforms)
TODO MacOS
Arch Linux
sudo pacman --needed --noconfirm -S mono