This extension formats code comments in italics, and enables extra formatting for special comments:
//! Important - formatted as bold.
//? Question - colored red.
//x Removed - formatted as strikeout.
//TODO: Task - colored light orange.
//!? WAT!? - colored purple.
The formatting can be changed in the Options dialog under Environment, Fonts and Colors, Text Editor.
Version 1.9.0
Performance improvements.
Version 1.8.2
Fix for .js and .ts tags not working. Support for leading whitespace for task comments.
Version 1.8
Support for Visual Studio 2019.
Version 1.6
Support for Visual Studio 2015.
Version 1.4
Performance improvements when opening files.
Version 1.3
Performance improvements.
Ignore case for task comments, allow @, e.g., //ToDo@NN: Task for NN
Support for //// for removed code comments.
Version 1.2
Fix for performance problem when opening files.
Added registry settings: HKCU\Software\CommentsPlus
- DWORD value EnableTags
- DWORD value EnableItalics