Skip to content
This repository has been archived by the owner on May 7, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 1.22 KB

README.md

File metadata and controls

10 lines (6 loc) · 1.22 KB

TODO Highlighter Visual Studio Extension

TodoHighlighter is an extension for Visual Studio 2010–2017 that places red boxes behind all the “TODO”s in the editor window. It can also highlight other keywords, currently “DEBUG” with a yellow colour. Collapsed code regions also show the highlighting colour so that it is easily visible where such keywords exist.

Although not recommended, it is common practice to use comments with the “TODO” keyword throughout new code to indicate that something remains to be done in a certain place. And they serve as a good skeleton when writing down code for a work item, then adding the details for each part of it. These comments mostly look like other explanatory inline comments and are hard to find again unless you actually perform a text search for the keyword. This extension makes these keywords easily visible so that you quickly see where is work left to do before publishing the code.

The extension does not currently have any configuration. Keywords and colours are fixed. This may change in future releases.

Also available in the Visual Studio Marketplace