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

Allow chat to control cursor position #179

Open mkraenz opened 1 year ago

mkraenz commented 1 year ago

similar to !line 45 which highlights line 45 in the current file, how about something like !cursor 12:6 to move the text cursor to line 12 column 6?

Things to consider: