~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:
@@ -257,11 +257,12 @@ My docsets are stored in .docsets for ease of use
|
|||||||
(map! ; CSharp Keybinds
|
(map! ; CSharp Keybinds
|
||||||
:map csharp-mode-map
|
:map csharp-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
||||||
(:prefix "t"
|
(: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
|
#+END_SRC
|
||||||
|
|
||||||
- I have custom installed the omnisharp roslyn executable, so I'd rather use that
|
- 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 :)
|
- 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
|
- Currently the Doom Emacs keybinds are not working for C# Unit-tests so I had to do them myself
|
||||||
|
|||||||
Reference in New Issue
Block a user