Is there a command to clear the immediate window in Visual Studio?
I hate having to grab the mouse for a right click menu there - would rather just type "cls" or something.
|
Is there a command to clear the immediate window in Visual Studio? I hate having to grab the mouse for a right click menu there - would rather just type "cls" or something. |
||||
|
|
|
It looks like Also worth noting, as it's only two keys to press:
Do you have a context-menu key on your keyboard (you know, the one between right-alt and right-ctrl)? If you're already in the window, you can |
|||||||||
|
seems to do it for me. |
|||||||
|
|
found it... ">Edit.ClearAll" or ">cls" |
||||
|
|
|
Here is how to do it at run time:
|
||||
|
|