Undo Close DocumentExtension for Visual Studio 2013, 2015, 2017 and 2019This extension allows to reopen recently closed document tab.
Keyboard shortcut can be set in Tools -> Options -> Environment -> Keyboard command Window.UndoCloseDocument. Maximum numbers of documents remembered and shown on the list can be set in Tools -> Options -> Undo Close Document -> General. This extension has to be autoloaded with Visual Studio to work properly. It supports Visual Studio as old as 2013 which means it's loaded synchroniously. In Visual Studio 2019 synchronious autoloading is disabled by default. If you want to use this extension with Visual Studio 2019 you have to Allow synchronous autoload of extensions in Tools -> Options -> Environment -> Extensions. Source code: https://github.com/awulkiew/undo-close-document Version history: https://github.com/awulkiew/undo-close-document/releases Feel free to report bugs, propose features and create pull requests. Any help is appreciated. |