Improve your debugging and presentation experience by seeing the Console output inside Visual Studio.
Download the extension from the VS Marketplace for VS2022 or VS2019 AND install the NuGet package.
It relies on the use of a NuGet package that contains a class Console
that has a matching API signature as System.Console
.
Use it in the same way but when debugging, what is displayed in the running command window will also show in the VSConsole window inside Visual Studio.
Customize the display as you want it: colors; font; size.
You can access the settings via Tools > Options > VSConsole, or right click on the window and select Options
.
To add the VSConsole window (if not shown), you'll find it under View > Other Windows > VSConsole.
Want more? Raise an issue.
Like this?
- Star this repo ⭐
- Sponsor me ❤️
- Leave a review
- tweet at me 🐦