Integrate windows cmd terminal or PowerShell into Visual Studio.
Support VS2013, VS2015, VS2017 and VS2019.
You can open it via "view -> other window -> Toggle BuiltinCmd" or just press Ctrl + Shift + T to show it.
- Support switching within command histories by arrow keys.
- Support autocompletion with the tab key.
- More commands inside the context menu.
- Support Powershell.
- Support startup commands.
Source code in https://github.com/lkytal/BuildinCmd, let me know if you have any questions or suggestions
Update log:
2.1.0: Font option, VS2019 support.
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.
My Other Extensions
Acknowledgment
| |