Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Lazy Mark PlusNew to Visual Studio Code? Get it now.
Lazy Mark Plus

Lazy Mark Plus

Jarvey81111

|
3 installs
| (0) | Free
Lazy Mark Plus: One-Click Comment Wrapping for Selected Text
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Lazy Mark

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)

Configuration

  • Change shortcut key in VSCode:
    File → Preferences → Keyboard Shortcuts → Search lazyMark.wrapWithComment
  • Set custom tag in settings:
    File → Preferences → Settings → Search lazyMark.modTag

Usage

  • Press Ctrl + Shift + M (or run Set Custom Tag for LazyMark from the command palette)
  • Enter your desired tag (e.g. [MY_TAG])
  • The next time you use Ctrl + Shift + A, your selection will be wrapped with your custom tag
  • You can also set the tag in your VSCode settings.json:
    "lazyMark.modTag": "[MY_TAG]"
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft