16

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.

Christian St.
  • 1,751
  • 2
  • 22
  • 41
  • Not sure about this, but have a look at [Using a ToDo list more effectively](http://blog.jetbrains.com/dotnet/2011/01/25/using-a-todo-list-more-effectively/) – huMpty duMpty Apr 28 '14 at 10:01
  • 1
    Possible duplicate of [How to get multiline TODO's in Resharper 8](http://stackoverflow.com/questions/23921483/how-to-get-multiline-todos-in-resharper-8) – Paul Smith Dec 16 '15 at 15:58
  • Its 2021 and this is still something I want in VS. – Dave Thompson May 20 '21 at 17:30

1 Answers1

9

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.

Community
  • 1
  • 1
Alex
  • 781
  • 10
  • 23