[csharp] Add SPC m t which key prefix: csharp/tests

This commit is contained in:
duianto 2019-04-27 01:42:21 +02:00
parent 5e0c456431
commit 603d36c5dc
2 changed files with 2 additions and 1 deletions

View file

@ -1122,6 +1122,7 @@ Other:
- Enabled =flycheck= by default (thanks to Saulius Menkevičius) - Enabled =flycheck= by default (thanks to Saulius Menkevičius)
- No need to unset =omnisharp-auto-complete-want-documentation= anymore - No need to unset =omnisharp-auto-complete-want-documentation= anymore
(thanks to Saulius Menkevičius) (thanks to Saulius Menkevičius)
- Add ~SPC m t~ which key prefix: =csharp/tests= (thanks to duianto)
- Key bindings: - Key bindings:
- New key binding =SPC m g e= for =omnisharp-solution-errors= - New key binding =SPC m g e= for =omnisharp-solution-errors=
(thanks to Saulius Menkevičius) (thanks to Saulius Menkevičius)

View file

@ -38,7 +38,7 @@
(spacemacs/declare-prefix-for-mode 'csharp-mode "mh" "csharp/documentation") (spacemacs/declare-prefix-for-mode 'csharp-mode "mh" "csharp/documentation")
(spacemacs/declare-prefix-for-mode 'csharp-mode "mr" "csharp/refactoring") (spacemacs/declare-prefix-for-mode 'csharp-mode "mr" "csharp/refactoring")
(spacemacs/declare-prefix-for-mode 'csharp-mode "ms" "csharp/server") (spacemacs/declare-prefix-for-mode 'csharp-mode "ms" "csharp/server")
;; [missing in roslyn](spacemacs/declare-prefix-for-mode 'csharp-mode "mt" "csharp/tests") (spacemacs/declare-prefix-for-mode 'csharp-mode "mt" "csharp/tests")
(spacemacs/set-leader-keys-for-major-mode 'csharp-mode (spacemacs/set-leader-keys-for-major-mode 'csharp-mode
;; Compile ;; Compile