I would like Intellij Idea to recognise all the lines of the following as a todo item
//todo: some long description
// that spans multiple lines
The first line is recognised by Intellij Idea as a todo item but the second line is not recognised.
This seems to suggest it is possible if the second line is indented and follows directly on from the todo
tag.
Is it possible to use multiline todo's in IntelliJ IDEA?
but when programming in Dart, the second line is not recognised.
I've tried tabs and double spaces.
It works with the */ comment */
style but not the double backslash //comment
style