Is there a way to see Kotlin `TODO()` functions in...
# intellij
d
Is there a way to see Kotlin
TODO()
functions in IntelliJ TODO window? I tried adding a pattern like
\bTODO\s*\(
however it does not seem to work.
m
d
Thanks for the reply. I need that feature as well.