zsqw123
06/08/2022, 8:40 AMPsiElementFinder
to make the elements in it correctly recognized by the IDE, but I encountered the error Kotlin light classes should not be found by JavaPsiFacade
, I would like to know what is the replacement for the PsiElementFinder
extension point of the java idea plugin in kotlin?zsqw123
06/08/2022, 8:44 AMSyntheticResolveExtension
might be an option, but this extension point is difficult for me. java plugin's PsiElementFinder
is very easy to use.