Window Immediate Windows is gone

1

Immediate Windows window has disappeared and I can not restore it anymore. The condition does not appear in Visual Studio 2010 Menu Edit .

    
asked by anonymous 28.11.2014 / 15:04

1 answer

2

Since this is a window available when using debug , how about taking a look at this menu? It would not make sense to be in the Edit menu. See the menu: Debug > Windows > Immediate

Or you can use CRTL ALT I . You should also get there with CRTL D I

Also you can search the Window menu , since it is a window, not an edit. Or use CRTL to get to the point. Then find the window you want to show. You can search.

In the latter case you can reset the layout : Window > Reset Window Layout

Or Tools > Import and Export Settings ... > Reset all settings

These cases will cause all current settings to be lost but will resolve the problem.

Documentation .

Shortcut Reference .

    
28.11.2014 / 15:10