This extension will highlight single line comments prefixed with TODO:, FIXME:, TEMP:, and TMP:. Resharper has this feature but Resharper is so bloated that it slows down the performance of Visual Studio, so I made my own extension for this. Source Code: https://github.com/HumanGamer/TODOHighlighter Credit to: https://github.com/Benio101/Color.Comment for some of the code. |