Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio voice commands

you know how Iron Man was using voice commands for his IDE in the movie? Are there any Visual Studio plugins that can do that kind of thing? If not, how do you go about making them yourself?

like image 243
Irwin Avatar asked Aug 04 '09 19:08

Irwin


People also ask

How do I create an assistant code in Visual Studio?

Create your Virtual Assistant project In Visual Studio, select File > New Project. Search for Virtual Assistant Template and select Next. Name your project and select Create. Build your project to restore the NuGet packages.

What are the voice command devices?

A voice command device (VCD) is a device controlled with a voice user interface. Voice user interfaces have been added to automobiles, home automation systems, computer operating systems, home appliances like washing machines and microwave ovens, and television remote controls.


2 Answers

Visual Studio Voice Commands

Soon to be called Bob I think!!

like image 136
par Avatar answered Oct 05 '22 04:10

par


There's a plug in I use at home that works well but is slightly finicky. It doesn't do the actual programming, but more of an aid to eliminate the shortcuts. Essentially, any function that you can run using shortcut commands you can run using this plug in. To get a list of the available functions go to this MSDN article.

It's ThirdHand at codeplex.com and as far as I can tell it only works on VS 2008 since it uses .Net 3.5. Make sure to read my post on in the discussion board on how to reset it if there are any problems.

It's been awhile since I've seen in the movie, so I hope this is similar to what you're talking about.

like image 25
Stevoni Avatar answered Oct 05 '22 04:10

Stevoni