Find all TypeScriptClass.class PsiElements in a project
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)?
Please sign in to leave a comment.
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):