From 9be682d61eddc24129d311e66fdac73697664c22 Mon Sep 17 00:00:00 2001 From: oreodave Date: Tue, 27 Aug 2019 17:28:46 +0100 Subject: ~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 --- doom.d/config.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doom.d/config.org b/doom.d/config.org index 8fd49a8..7b8669f 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 -- cgit v1.2.3-13-gbd6f