Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Tagged CommentNew to Visual Studio Code? Get it now.

Tagged Comment

Alessandro Fragnani

|
3,144 installs
| (2) | Free
| Sponsor
Add tagged comments to your code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info


Tagged Comment Logo

What's New in Tagged Comment 2.9

  • Adds Translation/Localization support
  • Adds Web support
  • Adds Workspace Trust support
  • Adds Virtual Workspaces support
  • Adds Remote Development support

Support

Tagged Comment is an open source extension created for Visual Studio Code. While being free and open source, if you find it useful, please consider supporting it.

Tagged Comment

It helps you to personalized comments on your code. Set define a template for your comments. You can combine fixed values and variables for richer content. You can even re-tag a comment, adding the previously used tag.

Features

Available commands

  • Tagged: Add a Tagged Comment
  • Tagged: Add a Tagged Comment Line Above
  • Tagged: Re-Add the Previously Tagged Comment
  • Tagged: Re-Add the Previously Tagged Comment Line Above

Add your tag

Add Tag

Comment added

Comment Added

Available variables

The following variables are available:

  • #enteredText (the tag that you typed)
  • #day
  • #month
  • #year

Examples

Default

The default template just adds the current date:

// #day/#month/#year - TAG: #enteredText

With an issue tracker ID

// #day/#month/#year - ISSUE: #enteredText

License

MIT © Alessandro Fragnani

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft