BuiltinCmd
Integrate Windows CMD terminal or PowerShell into Visual Studio.
You can open it via “view -> other window -> Toggle BuiltinCmd” or just press Ctrl + Shift + T
to show it.
Support from VS2013 to VS2017.
Highlights
- Support switching within command histories by arrow keys.
- Support autocompletion with the Tab key.
- Support Ctrl + C to terminate.
- Support Powershell.
- Support startup commands.
Overview
Let me know if you have any questions or suggestions.
Install BuiltinCmd via VS market
Update log
- 2.0.2: Some refact.
- 2.0.1: Correct cancellation.
- 2.0.0: Support PowerShell; support startup commands.
- 1.9.6: Detect white space correctly.
- 1.9.5: Refine key handling.
- 1.9.4: Better caret color when using the dark theme.
- 1.9.3: Clean up code, new menu icon.
- 1.9.2: Start with project dir.
- 1.9.1: Fix tab complete position.
- 1.9.0: Better performance.
- 1.8.0: Support VS2017.
- 1.7.2: Support Ctrl + C.
- 1.7.1: Fixed autocompletion with different dir.
- 1.7.0: Autocompletion with the tab key.
- 1.6.1: Fix dispose on shutdown.
- 1.5.1: Fix for vs2013.
- 1.5.0: Experiment support for VS15.
- 1.4.0: Native look as the command prompt.
- 1.3.2: Fixup ScrollToEnd.