How do I re-open the Visual Studio Immediate Window?

Visual StudioVisual Studio-2013

Visual Studio Problem Overview


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?

Visual Studio Solutions


Solution 1 - Visual Studio

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.

Solution 2 - Visual Studio

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

Solution 3 - Visual Studio

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

Solution 4 - Visual Studio

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.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionTracker1View Question on Stackoverflow
Solution 1 - Visual StudioMark HallView Answer on Stackoverflow
Solution 2 - Visual StudiosansalkView Answer on Stackoverflow
Solution 3 - Visual StudioWael AlshabaniView Answer on Stackoverflow
Solution 4 - Visual StudioBeccaView Answer on Stackoverflow