views:

311

answers:

3

Is there anyway to reopen the last closed tab in Visual Studio? Similar to Ctrl+Shift+t in FireFox and Chrome.

Thanks

+1  A: 

I don't know of way to open the last closed tab, but you can open your most recent file through your File Menu and the top one should be your most recently closed tab.

David Yancey
+5  A: 

You can with the Visual studio Power Commands

Stormenet
1 single second. Damn!
Chris Doggett
You'll get it next time :p
Stormenet
+3  A: 

If you're using VS 2008, PowerCommands offers a "Undo Close" pane, featuring your recently closed documents, or like David said, check the File menu. PowerCommands doesn't limit the number of files it shows, though.

Chris Doggett