VSDiagnostics icon indicating copy to clipboard operation
VSDiagnostics copied to clipboard

Implement WorkLeftTODO

Open Vannevelj opened this issue 9 years ago • 1 comments

Scan all comments and look for the strings ``//TODOand// TODO` (including case-insensitive) and show an info message for that location. We wouldn't want the user to miss some TODO's in obscure places of the codebase.

Vannevelj avatar Aug 23 '15 19:08 Vannevelj

This can also be triggered by throw new NotImplementedException()

Vannevelj avatar Apr 10 '16 18:04 Vannevelj