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

ygoe/TodoHighlighter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Visual Studio extension that places red boxes behind all the “TODO”s in the editor window.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages