Reopen closed tab in Visual Studio 2012

人走茶凉 提交于 2019-12-23 10:46:07

问题


In my web browser (Google Chrome), after a tab is closed, I can re-open it with the menu item 'reopen closed tab'. (Firefox has this feature too, 'undo close tab'.)

How can I do undo closing a tab in Visual Studio 2012?


I found this similar question from 2009, but the accepted answer doesn't work for Visual Studio 2012. Reopen last closed tab in Visual Studio


回答1:


The Productivity Power Tools extension has the Undo Close functionality. Some of the older extensions designed for VS2010 may not work correctly in VS2012, also quite a lot of functionality from these extensions has been incorporated in VS2012.

In Visual Studio 2012/2013, use CTRL+SHIFT+Z to undo close.




回答2:


Did you tried with the 2010 version of PowerCommands ?

http://visualstudiogallery.msdn.microsoft.com/e5f41ad9-4edc-4912-bca3-91147db95b99/

http://www.patridgedev.com/wp-content/uploads/2012/02/UndoCloseSettings.png



来源:https://stackoverflow.com/questions/14194102/reopen-closed-tab-in-visual-studio-2012

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