Spoken is a VSCode extension that together with Speech2Code allows you to code using just your voice.
Enables you to code using just your voice, this the bridge between the main Speech2Code app and VSCode.
You do need the main Speech2Code App to use this extension properly!
This extension is constantly listening for commands to be executed inside VSCode. This communication happens through InterProcessCommunication and the one sending requests (client) is the main Speech2Code app.
It is possible to send requests for this extension to:
- read contents of a line
- change line
- save file
- write line
And many many more...
VSCode version 1.55.2 or newer
When developing for this extension:
npm run build
To build and pack this vscode extension (check for a*.vsix
file at root)npm run vscode-install
To install the*.vsix
file (the vscode extension) on your local vscode. In the vscode extension list look for one calledSpoken
.
Enjoy!