lang/csharp: update README
This commit is contained in:
parent
d51cc0879d
commit
be1b3d298c
1 changed files with 27 additions and 16 deletions
|
@ -1,28 +1,39 @@
|
||||||
#+TITLE: :lang csharp
|
#+TITLE: :lang csharp
|
||||||
|
|
||||||
This module adds C# support to Emacs.
|
|
||||||
|
|
||||||
#+begin_quote
|
|
||||||
I don't use C# for much else than Unity3D and, seldomly, for Mono game
|
|
||||||
development on Linux.
|
|
||||||
#+end_quote
|
|
||||||
|
|
||||||
* Table of Contents :TOC:
|
* Table of Contents :TOC:
|
||||||
- [[Install][Install]]
|
- [[#description][Description]]
|
||||||
- [[MacOS][MacOS]]
|
- [[#module-flags][Module Flags]]
|
||||||
- [[Arch Linux][Arch Linux]]
|
- [[#plugins][Plugins]]
|
||||||
|
- [[#prerequisites][Prerequisites]]
|
||||||
|
- [[#macos][MacOS]]
|
||||||
|
- [[#arch-linux][Arch Linux]]
|
||||||
|
- [[#nixos][NixOS]]
|
||||||
|
|
||||||
* Install
|
* Description
|
||||||
|
This module adds C# support to Emacs. Powered by omnisharp (directly or through
|
||||||
|
LSP).
|
||||||
|
|
||||||
|
** Module Flags
|
||||||
|
+ =+lsp= Enables omnisharp through LSP support (requires)
|
||||||
|
+ =+unity= Enables special support for the [[https://unity.com/][Unity game engine]] (particularly,
|
||||||
|
support for HLSL shaders).
|
||||||
|
|
||||||
|
** Plugins
|
||||||
|
+ [[https://github.com/josteink/csharp-mode][csharp-mode]]
|
||||||
|
+ [[https://github.com/OmniSharp/omnisharp-emacs][omnisharp]]* (not =+lsp=)
|
||||||
|
+ [[https://github.com/midnightSuyama/shader-mode][shader-mode]]* (=+unity=)
|
||||||
|
|
||||||
|
* Prerequisites
|
||||||
This module needs:
|
This module needs:
|
||||||
|
|
||||||
+ omnisharp-roslyn (install with ~M-x omnisharp-install-server~)
|
+ omnisharp (with the ~+lsp~ flag, this must be installed externally. Without
|
||||||
|
it, use ~M-x omnisharp-install-server~)
|
||||||
+ .NET SDKs (on Windows)
|
+ .NET SDKs (on Windows)
|
||||||
+ Mono (on UNIX platforms)
|
+ Mono (on UNIX platforms)
|
||||||
|
|
||||||
** MacOS
|
** TODO MacOS
|
||||||
=TODO=
|
|
||||||
|
|
||||||
** Arch Linux
|
** Arch Linux
|
||||||
#+BEGIN_SRC sh :dir /sudo:: :tangle (if (doom-system-os 'arch) "yes")
|
#+BEGIN_SRC sh
|
||||||
sudo pacman --needed --noconfirm -S mono
|
sudo pacman --needed --noconfirm -S mono
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** TODO NixOS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue