fferegrino / HyperHighlight

HyperHighlight is a Visual Studio Code extension designed to enhance your live code demonstrations. It allows you to easily highlight specific parts of your code while dimming the rest, making it perfect for presentations, tutorials, and live coding sessions.
https://marketplace.visualstudio.com/items?itemName=AntonioFeregrino.hyperhiglight
MIT License
1 stars 0 forks source link
syntax-highlighting vscode-extension

HyperHighlight

HyperHighlight is a Visual Studio Code extension designed to enhance your live code demonstrations. It allows you to easily highlight specific parts of your code while dimming the rest, making it perfect for presentations, tutorials, and live coding sessions.

Features

Installation

  1. Open Visual Studio Code
  2. Go to the Extensions view (Ctrl+Shift+X)
  3. Search for "HyperHighlight"
  4. Click Install

Usage

  1. Select the code you want to highlight
  2. Use the command palette (Ctrl+Shift+P) and search for "HyperHighlight: Highlight Selection"
  3. The selected code will be highlighted, and the rest will be dimmed

To remove the highlight effect, use the command "HyperHighlight: Clear Highlights"

Configuration

You can customize HyperHighlight in your VS Code settings:

Feedback and Contributions

Your feedback and contributions are welcome! Please feel free to submit issues or pull requests on our GitHub repository.

License

This extension is released under the MIT License.


Happy highlighting!