Skip to main content

Code Highlighter πŸ’‘

Code Highlighter plugin

The Code Highlighter plugin is a chat aid for students and presenters to share code in a clearer, more visual wayβ€”making it easier to comprehend snippets at a glance.

What it does​

  • 🎨 Syntax highlighting for popular languages
  • πŸ”Ž Line focus (emphasize specific lines/ranges)
  • πŸ“‹ One-click copy of the full snippet
  • πŸŒ“ Light/Dark themes (respects client theme)
  • 🧠 Auto language detection (or pick manually)

How to use​

  1. Paste your code into the Code Highlighter dialog.
  2. Select the language (or keep Auto).
  3. (Optional) Set a focus range like 10-20.
  4. Insert into chat β€” it appears as a formatted code block.
tip

Use short, focused snippets and mention the language for best readability (e.g., β€œJS: async/await example”).