Is there any tab manager for visual studio? - visual-studio

It's common for me to have 20+ files opened in Visual Studio (I use VS 2008 now, but we will migrate to VS 2010, soon.). Is there any add-in which could help organize actively opened files?
I mean something like Firefox colorful tabs or a tab-manager which will group windows tabs by projects or folders,...

Visual Studio Power tools will do it for 2010, out of luck for 2008 (as far as I know).
There are versions of Power tools for all the newer Visual Studios.
Newest: VS Power tools 2015
You can have them color coded by assembly, most recently used up front, and several other sorting/grouping options

Tabs Studio document tabs manager add-in (developed by me) supports VS 2010+ and VS 2008.

I like the alternative approach proposed by the 'Tidy Tabs' extension.
Rather than providing you with a mechanism to manage billions of tabs, it helps by automatically monitoring and cleaning up your tabs to only display the ones that you have most recently been using.
It's free too. :)
From the extension page:
Tidy Tabs keeps your document well organized by closing tabs that are no longer being used. Tabs that have not been viewed in a configurable amount of time can be closed with a keyboard shortcut (CTRL+ALT+ESC) or closed automatically whenever you save a document.
http://visualstudiogallery.msdn.microsoft.com/b80ab284-83f8-4022-bc78-95af126ba5f0

Related

Control in Visual Studio Gallery not seen in Visual Studio's Extensions and Updates dialog

I published a control to Visual Studio Gallery about two weeks ago.
The publication is live and people can download it from the site.
The issue is: I do not see my control in Visual Studio's Extensions and Updates dialog. I tried different searches and browsed through Most Recent list but it didn't help.
What else should be done to make my control appear in Visual Studio's Extensions and Updates dialog?
The control has started appearing in Visual Studio's Extensions and Updates dialog in about a month after publication.
So, there is only one solution in cases like this: wait. At least I do not know of any other solution.

How to drop a Brief bookmark in Visual Studio?

i've created binding for Visual Studio's Edit.BriefBookmarkDropx commands:
Edit.BriefBookmarkDrop1: Ctrl+Shift+1
Edit.BriefBookmarkDrop2: Ctrl+Shift+2
Edit.BriefBookmarkDrop3: Ctrl+Shift+3
...
Edit.BriefBookmarkDrop9: Ctrl+Shift+9
Using Tools -> Options -> Keyboard:
Except that when i hit Ctrl+Shift+2, nothing happens:
i know Microsoft likes to obfuscate Visual Studio features. What's the secret trick that i'm missing?
Note: i am installed DPack into Visual Studio Professional - an addon that provides brief bookmarks (and a number of other essential features). Do not confuse this for an answer to my question:
you cannot install addons into Visual Studio Express
you cannot install addons into the Visual Studio Shell
my question isn't about addons
Bonus Reading
MSDN: How to: Use Bookmarks with Brief Emulation (Visual Studio 2008)
Numbered Bookmarks addon for Visual Studio 2005
DPak Numbered Bookmarks
It took four years, but i figured it out. Everything i was doing was correct. The only issue is that Visual Studio is stupid. Here's how to configure Visual Studio to drop a Brief bookmark:
How's that different from what i showed in the question?
Fails Use new shortcut in: Global
Works Use new shortcut in: Text Editor
By default any keys you bind in the Global space do nothing.
Which begs the question why the option is there, and the default? But usability is not something Visual Studio team prides itself on.

Visual Studio not closing curled bracket

For some reason, on a new computer, Visual Studio won't auto-close curled brackets.
if(Username.Text.Equals()) {
And it doesn't auto-close. Works perfectly on all other machines I've installed VS2010 on. And now it just won't.
And there doesn't seem to be a setting in the options menu to alter this behavior. What do I need to do?
I'm not sure if this is actually built in to vs2010. But you can install the MS Productivity Power Tools (Productivity Power Tools for Visual Studio 2012) Which will give you brace auto completion. this is quite a common add in so maybe the other copies of VS you have tried have it installed??
Visual Studio will auto-format matching pairs of brackets as you type, but I have never seen this on Visual Studio 'out of the box'.
According to this Microsoft Connect entry, it's officially not on VS2010, having been cut due to time priority issues vs time constraints.
However, add ons like the free Microsoft Productivity Power Tools, or the not-so-free JetBrains ReSharper will add this functionality for you. Perhaps you had one of these (or other similar) add-ons installed in the other computers you have previously worked on.

Split pane solution explorer in Visual Studio 2010?

Is there any setting or plug-in to improve the solution explorer? Specifically, it would be amazing if I could have something like the windows file explorer, with folders on the left and files on the right (or split in two panes I can arrange any way I like).
In larger projects, I feel like I am constantly frustrated by scrolling up and down trying to find things, it's driving me crazy! Any suggestions would be appreciated.
This is for VS 2010
Mindscape Visual Studio File Explorer
http://visualstudiogallery.msdn.microsoft.com/7193af78-b06e-48dd-8994-9deb2bfa1959
Also check Productivity Power Tools (http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef?SRC=Home). There is nice thing - Solution Navigator
You can check this add in seems to be for visual studio 2005 but the source code is there

Is there a Visual Studio 2010 Add On for Tabbed Multi-Monitor support

In Visual Studio 2010 you can drag tabs out to separate windows but you can not collect them together as additional tabbed elements. Is there a VS 2010 add-on to allow you to group your extra windows into tabs? It would be really nice to have a set of tabs on each of my monitors.
The best place to look is the Visual Studio Gallery for 2010 Extensions. If you are lucky someone else has already had the idea and created an extension (VSIX) for you.
Otherwise, why do you have a go at writing it yourself by grabbing a copy of the Visual Studio 2010 SDK and read the Getting Started Guide.
UPDATE: I just stumbled on this awesome Visual Studio Extension that may do want you are looking for: Visual Studio 2010 Pro Power Tools.
http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef
Productivity Power Tools does it, and it's free. The feature is called Document Well.

Resources