/vscode-tagged-comment

Tagged Comment Extension for Visual Studio Code

Primary LanguageTypeScriptMIT LicenseMIT


Tagged Comment Logo

What's New in Tagged Comment 2.7

  • 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