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!
Please sign in to leave a comment.
You can use PsiTodoSearchHelper to find todos in project.
Thank you. Is there any javadoc / example available? TIA!
PsiTodoSearchHelper has some javadoc. You can also look at its usages in IntelliJ Community source.