johnc
johnc

Reputation: 40223

VS2008 Keyboard shortcut Ctrl + . stopped working

The new awesome Ctrl + . keyboard shortcut to show smart tags has suddenly stopped working, a week or so after I discovered it :(

I am missing it badly, having had to revert back to Ctrl + Alt + F10, which really just isn't the same.

I recently installed F# CTP 1.9.6.2

Has anyone else

EDIT In attempting John Sheehan recommendation, I have noticed that my available mapping schemes only include Visual C# 2005, should I not have a 2008?

Also the mapped shortcut to this is

OtherContextMenus.FSIConsoleContext.CancelEvaluation

Upvotes: 0

Views: 1319

Answers (2)

John Sheehan
John Sheehan

Reputation: 78124

Check the keyboard mappings to see if there's another one conflicting with it. 'Tools > Options > Keyboard' type Ctrl + . in the 'Press shortcut keys' box and see what comes up in the 'Shortcut currently used by' box. If there's more than one, just remove the conflicting one. You want it to be assigned to View.ShowSmartTag.

Or maybe just reset your keyboard settings.

Upvotes: 2

johnc
johnc

Reputation: 40223

I have just discovered this blog entry that references the problem.

I have just tested it and it works!

Cheers John Sheehan for at least getting me to a step that gave me some googleable terms, I have given you an upmod as a thanks

Upvotes: 2

Related Questions