Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a flat list of all commands for Visual Studio?

I am curious if there is a flat list of all commands for Visual Studio?

It would be a nice to have... and to the Tools team at Microsoft, a search/filter box for the "Add Command" window would be nice.

Specifically, I was wanting to add a toolbar icon to re-show the Start Page in VS2012 to the Standard Toolbar. And when I got to the "Add Command" window, they are all categorized, and was curious if there was a flat list (here, or on a website) that could just be searched through easily. I've looked through the similar questions, and am not finding a significant match of either the question, or a useful answer to this question. Searching online yeilded nearly useless results as well.

like image 818
Tracker1 Avatar asked Sep 19 '12 18:09

Tracker1


People also ask

How do you see all commands in VS code?

Note: You can review the full set of VS Code commands via the Keyboard Shortcuts editor File > Preferences > Keyboard Shortcuts (on macOS Code > Preferences > Keyboard Shortcuts).

Where are Visual Studio run commands?

The Command window is used to execute commands or aliases directly in the Visual Studio integrated development environment (IDE). You can execute both menu commands and commands that do not appear on any menu. To display the Command window, choose Other Windows from the View menu, and select Command Window.

Does Visual Studio have a command-line?

Visual Studio includes two command-line shells for developers, a command prompt and an instance of PowerShell, as follows: Visual Studio Developer Command Prompt - A standard command prompt with certain environment variables set to make using command-line developer tools easier.


1 Answers

Following answer provided by didito, full list of VS Commands in plain text.

There's a lot of them, over 4500 :)

I'm 'trying' to use VsVim and I map some of the commands to key combos.

like image 84
gringo_dave Avatar answered Sep 17 '22 15:09

gringo_dave