Is there a way to make Resharper 4.5 understand a multi-line TODO or NOTE?
For example, this will show up as two items in the TODO explorer:
// NOTE: Because of the external dependency, this method is particularly bug-prone.
// NOTE: Once we've adopted automated testing, we could get some nice testing for this stuff using a repository to mock an actual account.
Is there a way to make it show up as a single item without writing it on one really long line?