PSI Elements
tip
PSI classes for specific languages usually start with a language prefix, for example,
JsonArray
.The Java PSI API, developed many years ago when there was no plan to support other languages, uses the
Psi
prefix, for example,PsiIdentifier
orPsiElementFactory
. Don't confuse Java with the core PSI API.To use Java PSI API, add a dependency on the Java plugin.