Visual Studio IDE: Difference between commands that differ slightly

Officially, the commands list for Visual Studio IDE available at:

github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/ide/default-keyboard-shortcuts-in-visual-studio.md

does not seem to be doing a good job of explaining what different commands actually do.

For instance, what is the difference between:

  • Edit.BreakLine and Edit.BriefBreakLine
  • Window.PreviousDocumentWindow and Window.PreviousDocumentWindowNav

?

There are many many other commands that differ from each other very slightly and the user is completely at a loss to figure these differences out on his own.

The specific examples mentioned above are all command IDs either mentioned on the above webpage or else are available in Visual Studio. The explanation for these command IDs on the webpage is purportedly the column titled “Command” but this just repeats the command IDs which are already in English.

Is there any place/website/resource where one could understand visually with examples what these plethora of commands actually accomplish and how they differ from each other?

Read more here: Source link