RobH
RobH

Reputation: 1639

Is there a setting in Visual Studio 2008 to show keyboard shortcuts in button tooltips?

Visual Studio 6.0 used to show the keyboard shortcuts in the tooltips for the toolbar buttons. Is there a setting in Visual Studio 2008 that turns that on, or is that yet another case of Microsoft deciding to remove a feature that some find useful from one of their products?

Upvotes: 3

Views: 236

Answers (1)

Jay Riggs
Jay Riggs

Reputation: 53593

Check out:

Did you know... you can show shortcut keys in toolbar tooltips? - #056

Right-click anywhere on any toolbar or toolbar region to bring up the context menu, and select Customize. In the lower left-hand corner, select Show shortcut keys in ScreenTips. Now when you hover over a command, you'll see the keyboard shortcut in the tooltip (aka screen tip).

Sara Ford's blog is an excellent resource on Visual Studio.

Upvotes: 4

Related Questions