How to get list of Visual Studio commands?

Viewed 2894

We are working on an VS extension that requires a list of Visual Studio commands like the one in this screen shot:

Screen Shot from Visual Studio 2010, Tools > Options > Keyboard

Example:

  • Action.Add
  • Action.Add.NETFrameworkLaunchCondition
  • Action.AddAction
  • ... etc.

Where can we find or how can we access this list?

3 Answers
Related