Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.55 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.55 KB

Close Tabs for Visual Studio

Build

Download this extension from the Visual Studio Marketplace or get the CI build.


Adds a number of options for closing multiple tabs in the right-click context menu for docment tabs in Visual Studio.

Close tabs

Features

  • Close all tabs to the right of the selected document
  • Close all tabs to the left of the selected document
  • Close all documents in the same project or solution folder as the selected document
  • Close all documents not in the same project or solution folder as the selected document
  • Close all documents with the same file extension as the selected document
  • Close all documents except those with the same file extension as the selected document
  • Close all documents that don't have any unsaved changes

Limtations

Only available for document windows, not for tool windows.

Enjoying this extension?

If so, please give it a ★★★★★ rating on the Visual Studio Marketplace.

If you find any issues or have any feature requests, open an issue in the GitHub repo. Pull requests are welcome as well.