Context of Psi class
Hi all
I want to ask what is the context that Psi class belong to(class in com.IntelliJ.psi).
I'm navigating idea community source code trying to resolve a search issue, if I need to contact or chat with idea developers where I find them.
thanks
Please sign in to leave a comment.
What exactly do you mean by "context"?
You can find IntelliJ IDEA developers on this very forum. Unfortunately we're not able to provide plugin development support via chat.
First what mean Psi and what's the usage of class in package com.intellij.psi
PSI stands for "Program Source Interface".
PsiClass is used to represent a Java class in the source code of a project currently open in IntelliJ IDEA. It's used almost everywhere in the IntelliJ IDEA source code.