Sound Syntax is a Visual Studio Code extension designed to enhance your coding experience through auditory feedback. It plays customizable audio cue when your cursor hovers over the beginning of a token in your code, helping you easily identify different syntax elements. This feature is especially beneficial for screen reader users, as it provides audio cues for code elements.
- Auditory Feedback: Hear different sounds for various syntax elements (e.g., functions, variables, classes) in your code.
- Customizable Sounds: Configure the sounds for each syntax element.
soundsyntax.enable
: Disable/enable this extension.soundsyntax.tokenTypes
: Configure the sounds for each syntax element.
soundsyntax.currentTokenType
: Get the type of the token currently being hovered over.soundsyntax.setVolume
: Set the volume of the audio cues.soundsyntax.toggle
: Disable/enable Sound Syntax.
Contributions are welcome! If you'd like to help improve Sound Syntax, please fork the repository and submit a pull request.