Skip to content

afnanlabs/CodeGlow-exe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

CodeGlow

Highlight code the way you think about it.

CodeGlow is a VS Code extension that lets you manually highlight code regions with persistent colors.

Unlike syntax highlighting, CodeGlow highlights are created by you and remain available across editor sessions.

CodeGlow Example


Features

  • 🎨 Highlight any code selection
  • 💾 Automatic persistence
  • 🔄 Restore highlights on restart
  • 📍 Highlight tracking during code edits
  • 🟨 Yellow, 🟥 Red, 🟩 Green, 🟦 Blue highlights
  • ♾️ Multiple highlights per file
  • 🗑️ Remove highlights
  • 🔁 Change highlight colors

Commands

Command Description
CodeGlow: Highlight Selection Highlight selected code
CodeGlow: Remove Highlight Remove highlight at cursor
CodeGlow: Change Highlight Color Change highlight color

Commands are available through:

  • Right-click Context Menu
  • Command Palette (Ctrl+Shift+P)

Installation

Marketplace

Search for:

CodeGlow

in the VS Code Extensions Marketplace.

VSIX

code --install-extension codeglow-x.x.x.vsix

Usage

  1. Select code.
  2. Right-click.
  3. Choose CodeGlow: Highlight Selection.
  4. Pick a color.

That's it.

Highlights are saved automatically.


Built With

  • TypeScript
  • VS Code Extension API
  • Workspace State Persistence

License

MIT

About

A VS Code extension that provides persistent manual code highlighting and annotations for learning, reviewing, documenting, and explaining code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors