~ruther/emacs.d

163004a07f96bae9fe3fc903af410433d975b714 — Rutherther 10 days ago 9ede808
feat: Add sharper for executing dotnet command
1 files changed, 24 insertions(+), 1 deletions(-)

M init.el
M init.el => init.el +24 -1
@@ 1357,7 1357,30 @@ minibuffer, even without explicitly focusing it."
       project-name
       (if (string= "" subdirectory)
           ""
         (concat "." (substring subdirectory 0 -1)))))))
         (concat "." (substring subdirectory 0 -1))))))

  ;; Build solution
  ;;  --debug / --release
  ;; Build csproj
  ;;  --debug / --release
  ;; Run csproj
  ;;  Choose work dir
  ;;  Choose arguments
  ;; Run last ran application
  ;;  with last arguments, work dir...
  ;; Run solution tests
  ;; Run csproj tests
  ;; Feeling lucky - run current file tests
  )

(my-use-package sharper
  :ensure t
  :commands (sharper-main-transient)
  :general
  (my-local-leader csharp-mode-map
    "m" '(sharper-main-transient :wk "Compile menu")
    "c" '(sharper-transient-build :wk "Build")
    "t" '(sharper-transient-test :wk "Test")))

;; Sh, Bash


Do not follow this link