clarkio / vscode-twitch-highlighter

This is a VS Code extension that will allow your Twitch chat to highlight a line of code via a command message. Example: `!line 8 server.js`. See master branch README.md for more details
https://clarkio.com
203 stars 14 forks source link

Include an annotation option for the highlight command #49

Closed MatthewKosloski closed 5 years ago

MatthewKosloski commented 5 years ago

Allow the user who initiates the highlight command to add an annotation that provides some context as to why they initiated the command.

Example:

!line 74 "variable on this line should be of type Number"
MatthewKosloski commented 5 years ago

Closing because this issue is addressed in #12.