Find all TypeScriptClass.class PsiElements in a project Andreas Herd 创建于 2017年08月31日 07:42 Is there a convenient way to find all typescript classes as PsiElement in a project scope (would be also great if it would respect the closest tsconfig.json location)?
Hi. You can use the class com.intellij.psi.stubs.StubIndex and the key:
Also you should use the scope to filter non-ts classes (like es6):