Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ctrl + , shortcut not working on Visual Studio 2015

I am using visual studio 2015 version and Navigate to keyboard shortcut(Ctrl + ,) not working. (Or not configured)

How could I configure this custom using keyboard mappings in visual studio 2015?

like image 513
Janindu Avatar asked Feb 05 '17 04:02

Janindu


People also ask

How to use keyboard shortcuts in Visual Studio 2017?

You can look up the shortcut for any command by opening the Options dialog box, expanding the Environment node, and then choosing Keyboard. Ctrl+. These keyboard shortcuts are global, which means that you can use them when any Visual Studio window has focus.

How do I Turn on comments in Visual Studio 2019?

Toggle Comment: Ctrl + / If the shortcut is not registered, please set it as "TOOLS" -> "Options" -> "Environment" -> "Keyboard". The command name is "Edit.ToggleComment". Menu Placement "Edit" -> "Advances" -> "Toggle Comment" Change Log. v1.8 Support Visual Studio 2019. v1.7 Fix a bug that it is not working with VS2015 or earlier. v1.6

How do I find the default command shortcuts in Visual Studio?

This page lists the default command shortcuts for the General profile, which you might have chosen when you installed Visual Studio. No matter which profile you chose, you can identify the shortcut for a command by opening the Options dialog box, expanding the Environment node, and then choosing Keyboard.

How to enable togglecomment in Visual Studio 2019?

If the shortcut is not registered, please set it as "TOOLS" -> "Options" -> "Environment" -> "Keyboard". The command name is "Edit.ToggleComment". Support Visual Studio 2019. Fix a bug that it is not working with VS2015 or earlier. Support Visual Studio 2017. (Support Visual Studio 2010 has ended.


1 Answers

I can not reproduce the error in my environment. All is working well e.g. Ctrl+B for: Display the New Breakpoint window.

Please read:

If you ever mess up your keyboard shortcuts and just want to reset all the shortcuts back to their default settings you can use the nuclear option by using the Reset button in Tools -> Options -> Environment -> Keyboard:

enter image description here

When you click this button you will get following warning:

enter image description here

Take this warning seriously!  It will reset ALL keyboard mappings to their default values so this should only be used when things are really messed up with your shortcuts.

like image 86
help-info.de Avatar answered Oct 28 '22 23:10

help-info.de