vote up 1 vote down star

Hey, 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?

flag

58% accept rate
2  
Why would you want to do this? – Chris Ballance Aug 4 at 19:58
1  
Along that vein, I would like it to recognize "fix bug" – Chris Ballance Aug 4 at 19:59
+1 for making me aware of the existence of the "code-by-voice" tag... – Donut Aug 4 at 20:07

2 Answers

vote up 1 vote down

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.

link|flag
vote up 2 vote down

Take a look at Microsoft Speech SDK, as well as Visual Studio Integration. There are a BUNCH of tutorials (just google) on both, and in VS2008 there's even templated Integration projects out of the box...

link|flag
Why was this downvoted? The answer is somewhat unspecific, but so is the question. – Thorarin Aug 4 at 20:12

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.