Question

I would like to be able to embed a command line interpreter inside a dockable window in Visual Studio. Is there any nice way to do this?

Was it helpful?

Solution

See the VS Command shell project

OTHER TIPS

Checkout Open Command Line by Mads Kristensen. note it doesn't really "embed" the shell in VS, rather it adds a keyboard shortcut to open the shell at the project directory

it supports bash, powershell, git bash, ...etc

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top