Do you know a way to add some code that, during debug, programmatically clear the Output Window in Visual Studio?
Or do you know some fast alternative like a key shortcut?
Macro:
Sub ClearOutputWindow()
DTE.ExecuteCommand("Edit.ClearOutputWindow")
End Sub
Simply assign a hotkey to this.
Edit: additional possibilities
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With