How to have a file open normally in Resharper instead of in “Keep Open” mode

两盒软妹~` 提交于 2019-12-19 05:06:11

问题


I'm using Visual Studio 2012 Ultimate and Resharper and whenever I search for (and open a file) by name (using the "Go To File" shortcut of Control-Shift-T) the file opens in a "Keep Open" mode, instead of opening normally. I've searched and can't find anyway to open the file normally.

What setting can I change to make it open normally?


回答1:


Simply go to : Tools >> Options >> Environment >> Tabs and Windows

Then uncheck the "Allow new files to be opened in the preview tab" in the Preview Tab section

Found the answer from there actually : Disable file preview in VS2012




回答2:


And if you want to keep the Preview Tab, but want that currently previewed file to stay open, press Ctrl-Alt-Home. The equivalent Visual Studio command is Window.KeepTabOpen.



来源:https://stackoverflow.com/questions/12431103/how-to-have-a-file-open-normally-in-resharper-instead-of-in-keep-open-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!