Voice To Code extension is developed to help the disable people to contribute in visual studio family using voice. Now user will be be able write code,build add project using voice. It is in preview stage will add more features going forward. To start user need to find "Voice to code" extension and need to click on it and then user need to speak "speech on" to start the input and "speech off" to mute. If user speak "good bye" the extension will stop listening. If voice not works, please speak once more "speech on" and tell your command. [Windows speech some of our accent not recognize, so for type L => use "Keyboard Action c-libya", M=>use "Keyboard Action c-mm/c-mumbai", B=>use "Keyboard Action c-bangalore", A=>use "Keyboard Action c-ahmedabad", 3=>use "Keyboard Action Number-three" For other number use :"Keyboard Action " [e.g. Keyboard Action <Zero/One/Two/Eight>] You can also custom mapping document, create a json file with name "VoiceToCode.json" in the temp path and use format like below, { "mappingDetails":[{ "wordToSpeak":"oc", "textToWrite":"order_number" }, { "wordToSpeak":"cust", "textToWrite":"customer" } ] } To use custom mapping, say "Add custom mapping " For typing free text use word by word using keyboard action.] |