Starting "Find in Path" search from within a plugin

Hello Community,

I've wrote a plugin with an inspection and some `InspectionGadgetsFix`es.
My inspection is looking for some special kind of string, specific to my projekt.

Now I'd like to add a function to the context Menu (with the QuickFixes) to start a "Find in Path" search in my project with that special String.

I assume that it will not work with `ProblemsHolder.registerProblem()` and a `InspectionGadgetsFix`.

Can anyone help me with this? Is is possible to start a search like this?

Thanks for reading and helping me :)

1

Please sign in to leave a comment.