Christian St.
Christian St.

Reputation: 1921

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.

Upvotes: 17

Views: 5860

Answers (1)

Alex
Alex

Reputation: 791

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.

Upvotes: 10

Related Questions