Lazy Mark is a lightweight VSCode extension that wraps selected code with comment markers. It supports many languages and file types, and automatically chooses the correct comment style.
What's New
Added custom tag feature: Set your own comment tag using Ctrl + Shift + M or via settings
Added option lazyMark.usePlusMinus to control whether to append + and - after the tag (default: true)
Updated documentation and configuration instructions
Features
One-click comment wrapping for selected text
Auto-detects language or file extension (Supports: #, <!-- -->, /* */, --, ;, ::, ', .., and more.)
Customizable keybinding (default: Ctrl + Shift + A)
Custom tag for comment wrapping (default: Ctrl + Shift + M)