Something (who knows, maybe even me, though, of course, not intentionally) changed the keyboard mapping in Visual Studio 2008 , and I cannot figure out how to return it to default.
The symptom that I see as a problem is that when entering a class name that is not in the namespace specified in the using operations at the top of the file, the shortcut for adding this namespace to file (expand tooltip) is by default , Ctrl + . (period) has been changed to Shift + Alt + F10 . Other key settings may have changed, but this is the one that really annoys me at the moment.
Ways I have already tried to fix a problem that didnβt work
- Tools, options, environment, keyboard, click Reset. (The optional mapping scheme is set to "Default", but I also tried VC # 2005, and the problem is not fixed.)
- Tools, import and export options, re-importing C # developer settings.
devenv /reset- Use of "repair" at the installer.
I know that maybe I could only fix this key binding by setting it up, but I don't want to do this. I want to reset all key binding specifications to their default settings.
visual-studio-2008 visual-studio keyboard-shortcuts
Craig stuntz
source share