Access all source files in an Android/Java project Permanently deleted user 创建于 2015年08月07日 11:20 Does anyone know how to access all source file (.java) in a Android/Java project ? I mean access all PsiFile represent those files.
Use ProjectRootManager.getFileIndex().iterateContent() and PsiManager.findFile().