Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to close Immediate window in visual studio 2010

What is the shortcut key to close Immediate window in Visual Studio 2010. I open it using Ctr+Alt+I

I want to close it using shortcut key with dock mode.

like image 774
cashif ilyas Avatar asked Sep 23 '11 06:09

cashif ilyas


People also ask

What is the shortcut key for immediate window?

To display the Immediate window, open a project for editing, and then choose Debug > Windows > Immediate or press Ctrl+Alt+I. You can also enter Debug. Immediate in the Command window. The Immediate window supports IntelliSense.

How do I clear immediate window in Visual Studio?

To clear the immediate window, you can use >cls , which is a predefined command alias to >Edit. ClearAll .


1 Answers

Shift + Esc

This is the correct answer. It's already in several comments.

like image 166
Shaun Luttin Avatar answered Oct 26 '22 18:10

Shaun Luttin