Visual Studio 2010 tab looks - visual-studio-2010

Is there any extensions for Visual Studio 2010 to tweak the looks of the tab bar?
I miss the look of the tabs in Visual Studio 2005 with the slanted left edge and low height.

Tabs Studio extension (developed by me) with the Shaper add-in let you setup VS 2005 like tabs:
http://www.tabsstudio.com/documentation/style.html#CommunityStyles

The only extension for tweaking the tab bar appearance in Visual Studio 2010 is the Productivity Power Tools, but it doesn't let you bring back the angled appearance from Visual Studio 2005.

Related

Display icons instead of words in Visual Studio tool window tabs

It's trivial, I know, but yesterday, out of nowhere, Visual Studio 2012 Professional started displaying "Solution Explorer", "Team Explorer - Home", etc. in the tabs instead of nice little icons. Does anyone know how to bring back the icons?
There is an extension that does just that. It was written for VS 2015 but works fine in VS 2017.
Visual Studio Iconizer for Visual Studio 2015
Icons are displayed when the widths of the tabs are too narrow. To get the icons back, either make the pane narrower or dock some more tabs in that pane.

Is there a way to make Visual Studio 2012 look more like Visual Studio 2010?

How can I alter the appearance of Visual Studio 2012 to make it more closely resemble 2010?
I am specifically concerned with making the colors match.
There is a simple theme editor that you can use.
The blue theme has been added back in Visual Studio 2012 Update 2, no extensions required.
http://support.microsoft.com/kb/2797912

Visual Studio 2012 Pro Power Tools class/method name hover tooltip

I installed Productivity Power Tools for Visual Studio 2012 and I guess one feature is either missing or turned off. I mean the tooltip that appears when howering on the classname and method name.
Here are the screens of what I mean. This is from VS 2010.
How can I turn on the same feature in the Visual Studio 2012 or is it just removed from this version of IDE?
The Solution Navigator has been incorporated into Visual Studio 2012 and is no longer part of the Productivity Power Tools extension. There also doesn't seem to be any way to enable interactive tooltips.

How to use Visual Studio 2010's advanced intellisense tooltip in Visual Studio 2012?

I don't know whether it is missing in Visual Studio 2012 but I wonder why I cannot see the advanced tooltip feature in 2012.
In VS2010, once you hover your mouse over a code, it displays the following:
But it is how it looks right now in Visual Studio 2012:
And it looks rather primitive compared to Visual Studio 2010.
That's from a Visual Studio Plug-in. I think it's either PowerTools or VSCommands. You should install the same plug-in in VS2012, and you should get that behavior back.
(Just confirmed that it's Productivity Power Tools that provides that feature.)

Show shortcut keys in ScreenTips in Visual Studio 2010

In Visual Studio 2005 and 2008 you used to be able to mouse over the toolbar and a tooltip would pop up showing the associated shortcut key if you turned on the feature. This feature seems to be missing in VS 2010.
Method to configure this feature in 2005 and 2008: Display keyboard shortcuts in Visual Studio context menus
Suzanne Hanson from Microsoft indicated in a post that for 2010, this feature would not be configurable and would be turned on by default. http://connect.microsoft.com/VisualStudio/feedback/details/489554/toolbar-icons-tool-tips-missing-shortcut-hint.
Does anyone have this feature turned on? Could it just be that my Visual Studio Version is out-dated? (Help -> About reports Visual Studio 2010 v. 10.0.30319.1 RTMRel)
The tooltips are there by default (at least in my version Visual Studio 2010 v. 10.0.30319.1 RTMRel). If you don't see them, try repairing/reinstalling. That fixed it for me.

Resources