Is there any way to reopen the last closed tab in Visual Studio? Similar to Ctrl+Shift+t in FireFox and Chrome?
Visual-studio – Reopen last closed tab in Visual Studio
visual-studio
Related Question
- Visual-studio – How to add an existing directory tree to a project in Visual Studio
- Visual-studio – Command to collapse all sections of code
- Visual-studio – Visual Studio : short cut Key : Duplicate Line
- Visual-studio – Difference between Build Solution, Rebuild Solution, and Clean Solution in Visual Studio
- C# – format code shortcut for Visual Studio
- Visual-studio – How to auto format code in Visual Studio
- Visual-studio – Can you force Visual Studio to always run as an Administrator in Windows 8
Best Solution
This is not exactly an equivalent, but it can be helpful, so I would mention it.
There is a much simpler way actually, which is to navigate backward (Ctrl+-). Even if the file is closed, VS opens up the file in a new tab. Of course this is useful only in opening the closed tab immediately after you have closed the tab (ie, if you haven't navigated anywhere else much).