Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In VS2012 when you select a file in solution explorer it automatically opens file in a special "preview" tab.

Maybe my computer is not fast enough, but this preview is too slow for my taste.

How do I disable this feature?

share|improve this question
61  
This is (in my opinion) one of the most fundamentally anti-useful features I've ever seen – joshcomley Oct 30 '12 at 10:10
2  
Most of the new features in VS 2012 are ;) – THX-1138 Oct 30 '12 at 14:19
3  
luckily, most if not all of the features can be turned on / off – hanzolo Nov 13 '12 at 19:20
4  
FYI I'm annoyed by this feature because I click the solution explorer so that I can scroll through the files with the mouse wheel, but the preview then blocks my current tab. – Endy Tjahjono Dec 20 '12 at 3:43
4  
By default when you do Alt + Click it won't open the clicked file in preview mode. It should be other way around. If you need to preview then Alt + click. Don't know why microsoft didn't think from the usability point of view. – Esen Dec 27 '12 at 15:24
show 4 more comments

3 Answers

up vote 192 down vote accepted

In Tools > Options > Environment > Tabs and Windows, you can disable it by unckecking "Solution explorer" under Preview tab.

I find it using the "Quick launch" new feature. Simply type "preview", and a link to the setting will be suggested. Great new feature of VS

share|improve this answer
1  
could you elaborate on "Quick find" please. It just jumps through files that contain "preview". Are you talking about [Main Menu->Edit->Find and Replace->Quick Find] dialog, or is there another "Quick find"? – THX-1138 Jun 8 '12 at 16:35
2  
It's called "Quick Launch" in the RC. It's a text field at the far right of the window title bar. – Ben Jun 12 '12 at 15:52
thanks for correcting my mistake – Steve B Jun 12 '12 at 15:58
4  
Ctrl+Q will get you to the quick launch – BZink Oct 2 '12 at 18:21
2  
Bonus points for pointing out the use of Quick Launch! I am still getting used to it. So many cool features! (Type 'Quick Launch' in it to see other providers! Very cool!) – wasatchwizard Jan 23 at 17:47
show 1 more comment

You can also toggle file preview within the Solution Explorer tool-window itself:

enter image description here

This may have been added in the July update because I hadn't noticed it before then.

share|improve this answer
5  
I literally breathed a sigh of relief as I was clicking this icon to disable the auto-preview. Thank you. – Yuck Dec 6 '12 at 20:22

One of the buttons at the top of the solution explorer toggles whether this is enabled.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.