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

Comments and Multi-line Highlight Support #68

Closed parithon closed 5 years ago

parithon commented 5 years ago

Purpose

Allow users to highlight multiple lines.

Changed Files

How to test

  1. Clone the repo: git clone https://github.com/clarkio/vscode-twitch-highlighter.git.
  2. Install the node dependencies: cd vscode-twitch-highlighter && npm install.
  3. Press F5 or click debug button (green triangle/play button) in VSCode.
  4. Connect to the chat server.
  5. Use the highlight command !line or !highlight to highlight multiple lines and to add comments.
  6. Use the unhighlight command !line !<number> to unhighlight the lines.

Addresses

52 | #12 | #13