This extension allows Twitch chat to interact with your Visual Studio Code editor. Users can highlight lines, suggest code changes, and vote on those changes.
- Highlight a line of code in the editor
- Unhighlight a line of code in the editor
- Suggest a change to a line of code
- Vote on suggested changes
- Scroll to a specific line in the editor
- Visual Studio Code
- Node.js
- A Twitch account
This extension contributes the following settings:
twitchdev.oauthToken: Your Twitch OAuth token.twitchdev.channelName: The name of your Twitch channel.
!highlight <line number> <reason>: Highlights the specified line in the editor. The reason is optional.!unhighlight: Removes all highlights from the editor.!suggest <line number> <new code>: Starts a vote to change the specified line to the new code.!yesand!no: Vote on the current code change suggestion.!scrollto <line number>: Scrolls the editor to the specified line.!help: Lists all available commands.
- Leaving Files removes Highlights
- Starting a new line after highlight keeps highlight
- cannot highlight blank lines
- suggestion voting system is spammy
Initial release of TwitchDev
For more information:
Enjoy!