Accessing ToDos by PSI

I would like to develop a custom ToDo-View-Pluing; A ToDo-View as a table, like in eclipse ;).

I can create a view with a table. But I still do not know how to get the ToDo items of a project/module/scope using PSI or anything else.

Any ideas? Thanks in advance!

1
3 comments
Official comment

You can use PsiTodoSearchHelper to find todos in project.

Thank you. Is there any javadoc / example available? TIA!

0

PsiTodoSearchHelper has some javadoc. You can also look at its usages in IntelliJ Community source.

0

Please sign in to leave a comment.