How to locate the class file by the class path in idea plugin space

已回答

I need to have a function which needs to locate the class file by the class path like below, If i click the text "test01" on the JTable column,I hope to redirect to the real class file testCase, Is there any suggestions?

 

0

com.intellij.psi.JavaPsiFacade#findClass

0
Avatar
Permanently deleted user

Thank you very much for your information, by the way, do you know the way of finding the specfic method in the class “testCase” eg, "test01" when I click the method test01, It will directly open this file in action and  the file scroll  to this method position.

0

There's a number of variants of com.intellij.psi.PsiClass#findMethodXXX to locate or enumerate PsiMethod

0

请先登录再写评论。