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?
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?
the output window feature is documented here, some guys are talking about how to access the output window here, so i think you can clear it progamatically.
I have changed unreadable
"{ECB7191A-597B-41F5-9843-03A4CF275DDE}"
guid code from smirkingman's answer to"Immediate Window"
and it worked as well (also removed unnecessary codes for my own):Macro:
Simply assign a hotkey to this.
Edit: additional possibilities
To clear the IMMEDIATE window in VS2010