Giter Site home page Giter Site logo

dotnet.el's Introduction

dotnet.el

MELPA

dotnet CLI mode for Emacs. This package gives you a set of key combinations to perform dotnet CLI tasks within your .NET Core projects.

Installation

This package can be installed through melpa:

M-x package-install dotnet

Usage

Add dotnet-minor-mode to your csharp-mode-hook or fsharp-mode-hook

(add-hook 'csharp-mode-hook 'dotnet-mode)
;; and/or
(add-hook 'fsharp-mode-hook 'dotnet-mode)

Default prefix is C-c C-n, you will now have the following key combinations at your disposal:

Keybinding Command
prefix a p dotnet-add-package
prefix a r dotnet-add-reference
prefix b dotnet-build
prefix c dotnet-clean
prefix g c dotnet-goto-csproj
prefix g f dotnet-goto-fsproj
prefix g s dotnet-goto-sln
prefix n dotnet-new
prefix p dotnet-publish
prefix r dotnet-restore
prefix e dotnet-run
prefix C-e dotnet-run-with-args
prefix s a dotnet-sln-add
prefix s l dotnet-sln-list
prefix s n dotnet-sln-new
prefix s r dotnet-sln-remove
prefix t dotnet-test
prefix T dotnet-test-rerun

You can customize the prefix by adding:

(setq dotnet-mode-keymap-prefix (kbd "<ADD YOUR PREFIX HERE>"))

TODO

  • Handle solutions
  • Re-run last test(s)
  • Fancier test options (specific file/test)
  • Handle nuget advanced commands
  • Handle paket

dotnet.el's People

Contributors

julienxx avatar sebasmonia avatar purcell avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.