157

I accidentally closed the Immediate Window in Visual Studio 2013 Update 3, and can't for the life of me figure out how/where to get it back.

Can someone please point out how I get the Immediate Window open again?

Tracker1
  • 19,103
  • 12
  • 80
  • 106

4 Answers4

276

To get the immediate window back you can go to Debug --> Windows --> Immediate or you can use CtrlAltI either will work to get it back.

Tracker1
  • 19,103
  • 12
  • 80
  • 106
Mark Hall
  • 53,938
  • 9
  • 94
  • 111
21

If you can not see Immediate Window In Debug -> Windows menu:

  1. From the menu bar, go to View > Other Windows > Command Window
  2. Type and execute immed command
S.Serpooshan
  • 7,608
  • 4
  • 33
  • 61
sansalk
  • 4,595
  • 2
  • 36
  • 37
8

In addition to what previously was mentioned by @sansa and @Mark Hall, you can also use Quick Launch:

  • Press Ctrl + Q to focus on Quick Launch text box.
  • Type Immediate then choose the item that appears: Debug -> Windows -> Immediate(Ctrl+Alt+I)

Update: For more information on Quick Launch you can check it here

Dominique
  • 16,450
  • 15
  • 56
  • 112
Wael Alshabani
  • 1,495
  • 1
  • 15
  • 16
  • Ctrl-Q doesn't seem to do anything at all. Does it have to be directed at any particular pane? – wallyk Mar 08 '18 at 19:39
  • @wallyk you can find Quick Launch in the upper right corner of the IDE. For more information on Quick Launch you can see this: https://blogs.msdn.microsoft.com/zainnab/2013/07/17/visual-studio-2013-quick-launch/ – Wael Alshabani Mar 09 '18 at 21:27
1

I was missing my immediate window and none of the above tricks worked. It turned out it was hiding on the bottom and I had to stretch it up.

Becca
  • 11
  • 1