How can I turn off Visual Studio 2013 Preview?

Visual StudioSearchCommandVisual Studio-2013Ctrl

Visual Studio Problem Overview


When I want to search files I use Ctrl+,. The search box pops up and then I start typing. But the built-in preview just grabs whatever I have typed and opens the file. Even though I am still typing.

I am trying to open a file called report_vaccine, but I only get as far as report when the preview opens the first selected report. This has rendered this form of quick file searching pretty much useless, which is frustrating because we have hundreds of procs, and scrolling through and manually finding the file is a huge pain.

If there is a way to turn off preview, I would be fine with that. This command working properly is waaay more important to me than a preview of the file to be opened.

I don't have resharper. I think the command was like Ctrl+Shift+t.

Visual Studio Solutions


Solution 1 - Visual Studio

From the menu go to Tools -> Options then navigate to Environment -> Tabs and Windows and uncheck the Preview Tab checkboxes.

Solution 2 - Visual Studio

I like showing screenshots, helps digest the info just a little faster :)

enter image description here

Solution 3 - Visual Studio

This is faster: toggle file preview within the Solution Explorer tool-window:

enter image description here

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
QuestionDeadlyChambersView Question on Stackoverflow
Solution 1 - Visual StudiotspauldView Answer on Stackoverflow
Solution 2 - Visual StudioviggityView Answer on Stackoverflow
Solution 3 - Visual StudioKorayemView Answer on Stackoverflow