How to setup IntelliJ to recognize Scala's "???" method as a TODO -
i'd see occurrences of ???
in intellij todo list (or in other way able see list of unimplemented methods in scala project). seems adding pattern \b\?\?\?\b.* in todo settings doesn't work.
intellij allows create custom todo patterns.
in todo window click on filters icon > edit filters > add new pattern.
once add new pattern intellij rescan project , add new todos list.
official jetbrains todo example
update:
as per comments, did quick test , doesn't it's possible scan todos outside comments.
Comments
Post a Comment