tech-alp / voice-assistant

Voice assistant for Visual Studio Code.

Home Page:https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Voice Assistant for VSCode

Build Status License: MIT Twitter: b4rtaz

The voice assistant for Visual Studio Code. This extension allows you to put code snippets into the code by voice. Also, you can execute any Visual Studio command by voice. The extension works with any language, because the file with voice commands is placed in the project folder (voice-assistant.json). So, you can prepare own voice commands for each project.

Voice Assistant for VSCode
(check an example with voice πŸ”‰)

πŸ”₯ Features:

  • multiple windows support,
  • diffrent voice commands for each project,
  • easy voice commands reloading,
  • it works with every language (TypeScript, JavaScript, HTML, CSS, PHP, C#...),
  • VSCode command executing.

πŸš€ How to Start?

  1. Install this extension from the marketplace.
  2. Install & run a server. The server is necessary, because it does all speech recognition job. Currently we support only Windows.
    πŸ’Ύ Download server for Windows (it requires .NET5)
  3. Add voice-assistant.json file to root directory of your project and click "Reload definition". You may use this example file or click "Add example voice-assistant.json" button.
  4. You can start speaking. 🎀

πŸ’‘ License

This project is released under the MIT license.

About

Voice assistant for Visual Studio Code.

https://marketplace.visualstudio.com/items?itemName=b4rtaz.voice-assistant

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%