views:

30

answers:

1

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: http://stackoverflow.com/questions/2151899/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)

A: 

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.

Tim Partridge