VSDiagnostics
VSDiagnostics copied to clipboard
Implement WorkLeftTODO
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.
This can also be triggered by throw new NotImplementedException()