Visual Studio 2012 / 2013 single click opens file

In my Visual Studio 2012 Solution Explorer, when I single click a filename it opens it. This was different from Visual Studio 2010 (required a double click). Is there a way to make double-click the 'view file' command?


This is where you change that behavior (in VS2012, VS 2013 and VS 2015):

在这里输入图像描述


Use the preview button to toggle it in Solution Explorer:

在这里输入图片说明


The Single-click opens files in the preview tab text mentioned in rubber boots' answer is missing in VS 2015. Mysteriously, a search for "single click" still brings up the Environment > Tabs and Windows option.

So for VS2015 and VS2017, either click the button in Vinicius's answer, or uncheck the Preview selected files in Solution Explorer box shown in the screenshot below.

在这里输入图像描述

链接地址: http://www.djcxy.com/p/44188.html

上一篇: 在Visual Studio中向编辑器添加指南

下一篇: Visual Studio 2012/2013单击打开文件