Download the extension at the VS Gallery or get the nightly build
Voice Command let's you control Visual Studio using your own voice and high accuracy.
Demo video
Play video (3:19)
Here's how to use it:
- Hit
Alt+V
(or go to Tools -> Start Listening) - Say the name of a command. Examples:
- Build
- Format Document
- Solution Explorer
- New Project
- Options
- See full list of available voice commands
- See the list by saying What can I say?
That's it. It's that simple.
Under the hood, Voice Commands uses Windows Speech API to
handle the voice recognition. The Windows Speech API is part
of Windows and can be accessed by adding a reference to
System.Speech
.
Since this extension uses the Windows speech APIs, you can train Windows to better understand your particular speech patterns.
See the videos and tutorial on how to use Speech Recognition.
Check out the contribution guidelines if you want to contribute to this project.
For cloning and building this project yourself, make sure to install the Extensibility Tools 2015 extension for Visual Studio which enables some features used by this project.