Tidy Tabs for Visual StudioBased on Tidy Tabs for Sublime Text by Brad Daily
Tidy Tabs is a Visual Studio extension that keeps your document well organized by closing document tabs you are no longer using. UsageClose unused tabs with Tidy Tabs using the keyboard shortcut CTRL + ALT + ESC at any time. By default Tidy Tabs will also close unused tabs whenever you save a document. Tidy Tabs will never close the active document or any pinned tabs. SettingsThe following default settings can be modified by opening Tools -> Options -> Tidy Tabs in Visual Studio: Close on Save (default: true) If you only want Tidy Tabs to run when triggered with the keyboard shortcut set this to false. Timeout Minutes (default: 10 minutes) Once a tab has not be viewed for this length of time Tidy Tabs will close it next time it is run. Tab timeouts are paused when you are outside of Visual Studio and resume when it becomes the active application. Open Tab Threshold (default: 0) If this value is greater than 0 then Tidy Tabs will only attempt to close tabs when the number of open windows exceeds this value. Maximum Open Tabs (default: 0) If this value is greater than 0 then Tidy Tabs will close the oldest tabs until the number of open tabs is equal to this value. The oldest tabs will be closed even if they have not exceeded the timeout value. Contribute |