How find out package of java class? Permanently deleted user 创建于 2014年12月02日 21:56 Hello!How do I get the package of a PsiFile or a VritualFile of a Java class? Do I have to check the contents (the code) of the file to get the package? Or is there any easier way?
((PsiJavaFie) psiFile).getPackageName()