Visual studio TODO comment in xml file to task list
Resharper has a To-do Explorer window which will pick up any ToDos in your XML files. You can configure it to report 'HACK' or any other pattern in the Resharper > Options > Tools > To-do Explorer. The pattern is a Reg-Ex so for example the Todo pattern is:
(?<=\W|^)(?<TAG>TODO)(\W|$)(.*)