How to stop Visual Studio from opening a file on single click?

前端 未结 6 1331
孤街浪徒
孤街浪徒 2020-12-22 16:00

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

6条回答
  •  执笔经年
    2020-12-22 16:50

    Option 1: Using icon in Solution Explorer

    You can enable or disable the feature in Solution Explorer using the "Preview Selected Items" button.

    Enter image description here

    The icon is a Tab aligned to the right.

    Option 2: Using the Options window

    You can enable or disable the feature by going into Tools > Options and then Environment > Tabs and Windows.

提交回复
热议问题