Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 927
Christian St. Avatar asked Apr 28 '14 09:04

Christian St.


1 Answers

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.

like image 174
Alex Avatar answered Sep 20 '22 20:09

Alex