Skip to content

streamtree/CommentsPlus

This branch is up to date with mhoumann/CommentsPlus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ab1c587 · Aug 29, 2021

History

29 Commits
Aug 16, 2021
Aug 29, 2021
Aug 29, 2021
Aug 16, 2021
Aug 16, 2021
Aug 29, 2021
Aug 16, 2021
Aug 16, 2021
May 5, 2021
May 11, 2014
Nov 18, 2016
Mar 8, 2015
Mar 8, 2015
Aug 29, 2021
Aug 16, 2021
Aug 29, 2021
Aug 16, 2021
Aug 29, 2021
Aug 16, 2021

Repository files navigation

CommentsPlus

Formats code comments in italics, and enables extra formatting for special comments

By Mads Houmann

Based in part on code by Noah Richards and Tomas Restrepo.

Sample

Special Comments:

//! Important - formatted as bold.
//? Question - colored red.
//x Removed - formatted as strikeout.
//TODO: Task - colored dark orange.
//TODO@NN: Task for NN - colored dark orange - case insensitive
//HACK: Task - colored dark orange.
//!? WT*!? - colored purple.

Supported File Types

Should work with all or most VS supported source code file types.

Tested with: .cs, .vb, .h/.cpp, .py, .js, .ts, .ps1, .html, .xml, .xaml,

Settings

The formatting can be changed in the Options dialog under Environment, Fonts and Colors, Text Editor.

Registry Settings

HKCU\Software\CommentsPlus

  • DWORD value EnableTags
  • DWORD value EnableItalics

About

Visual Studio Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%