Re-open closed tab (undo close) in Visual Studio 2013?

前端 未结 2 1827
刺人心
刺人心 2020-12-09 15:46

While there were various ways of re-opening closed tabs in Visual Studio 2010 and Visual Studio 2012, it appears that those plug-ins have not evolved into the Visual Studio

相关标签:
2条回答
  • 2020-12-09 16:24

    Ctrl+- should jump you back into the tab you closed. You may have to do that several times.

    Also ALT+F+F is a quick way to jump to recent files, your file might be there. Keep holding ALT while pressing F twice.

    0 讨论(0)
  • 2020-12-09 16:25

    Productivity Power Tools 2013 is now available for Visual Studio 2013.

    Along with a bunch of other features, it still offers Edit.UndoClose functionality as previous version had.

    You can find the command under Tools->Options and give it whatever shortcut you want (Ctrl+Shift+T, in this case, to make it like a web browser re-open tab shortcut).

    Edit.UndoClose command in Visual Studio 2013 by way of the Productivity Power Tools 2013

    0 讨论(0)
提交回复
热议问题