I'd like to see all occurrences of ???
in the IntelliJ TODO list (or in any other way to be able to see a list of all unimplemented methods in my Scala project).
It seems adding the pattern \b\?\?\?\b.* in the TODO settings doesn't work.
Intellij allows you to create custom TODO patterns.
In your TODO window click on the filters icon > Edit Filters > Add new pattern.
Once you add a new pattern Intellij will rescan your project and add the new TODOs to the list.
Official JetBrains TODO Example
Update:
As per comments, I did a quick test and it doesn't look like it's possible to scan for TODOs outside comments.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With