conficient / OpenCommandLine

A Visual Studio extension

Home Page:http://vsixgallery.com/extension/f4ab1e64-5d35-4f06-bad9-bf414f4b3bbb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Command Line

A Visual Studio extension

Build status

Download from the Visual Studio Gallery or get the nightly build

Supported consoles

The Open Command Line extension supports all types of consoles like cmd, PowerShell, Windows Terminal, Bash and more. You can easily configure which to use by setting the paths and arguments in the Options.

Open Command Line

How it works

This extension adds a new command to the project context menu that will open a command prompt on the project's path. If the solution node is selection in Solution Explorer, then a console will open at the root of the .sln file.

Open Command Line

You can access the command by hitting ALT+Space as well.

You may change this shortcut in the Options Window under Environment -> Keyboard

Look for the command ProjectAndSolutionContextMenus.Project.OpenCommandLine.Default

Execute batch file

You can easily execute any .cmd or .bat file. For files in your solution, a context-menu button shows up.

Execute batch file

Alternatively, the keyboard shortcut Shift+Alt+5 can be used when editing a batch file. This makes it really easy and fast to execute any batch file - even ones that are not part of your project.

License

Apache 2.0

About

A Visual Studio extension

http://vsixgallery.com/extension/f4ab1e64-5d35-4f06-bad9-bf414f4b3bbb/

License:Other


Languages

Language:C# 100.0%