Highlight Code SnippetHighlight selected code directly in the editor to mark important logic, temporary notes, or areas of interest without modifying the file itself. This extension uses editor decorations only. No comments are inserted. No text is changed. The source stays clean. Source Code: https://github.com/Rovie569/Highlight-Code-Snippets Features
CommandHighlight Selection Keyboard ShortcutWindows / Linux: highlight → Ctrl+H Ctrl+I pickColor → Ctrl+Alt+H clear → Ctrl+Shift+H Context MenuRight-click in the editor with text selected and choose: Highlight Selection This entry is additive and does not override or conflict with VS Code’s default context menu actions. SettingsYou can configure the default highlight color: highlightCodeSnippet.defaultColor The value should be an RGBA color string. Example: "highlightCodeSnippet.defaultColor": "rgba(255, 255, 0, 0.6)" If not set, the extension falls back to a theme-appropriate highlight color. How to Use
Highlights are visual only and reset when the editor reloads. Notes
LicenseMIT |