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

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -