Best way to scan file for all references? Permanently deleted user 创建于 2005年09月13日 19:18 Right now I use PsiRecursiveElementVisitor and getReferences to find all references within a file (to compute dependencies). Is there some better, optimized way to find all references in a file?