~csharp keybinds

Most tests are done by omnisharp functions. I have no need to use custom
functions anymore. Just this one for global test search and deploy
This commit is contained in:
oreodave
2019-08-27 17:28:46 +01:00
parent f0c6ede141
commit 9be682d61e

View File

@@ -257,11 +257,12 @@ My docsets are stored in .docsets for ease of use
(map! ; CSharp Keybinds
:map csharp-mode-map
:localleader
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
(:prefix "t"
:desc "Test prompt" "t" 'oreodave/csharp/unit-test
:desc "Select Test in Project" "t" 'oreodave/csharp/get-unit-test-in-project
)))
#+END_SRC
- I have custom installed the omnisharp roslyn executable, so I'd rather use that
- C# code is better at 4 space indents, but I indent most of my C code at 2 space indents because it looks nicer :)
- Currently the Doom Emacs keybinds are not working for C# Unit-tests so I had to do them myself