Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

As per this old question: Re-open closed tab (undo close) in Visual Studio 2013? I want to open closed tabs just like in a browser. I used power tools plugin for 2017 to get it working but does not seem to work in 2019. Surprised VS still don't have this feature native. Any other work around for it?

like image 409
user2587614 Avatar asked Nov 21 '25 10:11

user2587614


1 Answers

Power Commands extension supports Visual Studio 2019:

Reopens a closed document, returning the cursor to its last position. Recently closed documents can be reopened through the Edit menu and clicking Undo Close or by using the Ctrl + Shift + Z shortcut.

like image 112
Sergey Vlasov Avatar answered Nov 24 '25 12:11

Sergey Vlasov