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

前端 未结 6 1404
野性不改
野性不改 2020-12-22 16:03

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:44

    Shortcut Ctrl+Alt+Home.

    If you press that in a document that was just opened, it will be opened permanently.

    Item -> right click -> Open With -> Source Code (Text) Editor -> press Set as Default button

提交回复
热议问题