visual-studio-2010

How to write multiline todos in Visual Studio 2010


I want to write todo items (which will show up in the task list of VS) over more than one line. Something like that:

//TODO: This is a todo over
// more than one line!

Is there any way to do it?

I use ReSharper, too, if it's important.


Solution

  • Unfortunately it's not possible to mark a multiple-line TODO.

    This was already asked a few years ago and still doesn't look like something has changed.

    You could ask the JetBrains support, if they will change something about this.