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

0
3 comments

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.

0
Avatar
Permanently deleted user

First what mean Psi and what's the usage of class in package com.intellij.psi

0

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.

0

Please sign in to leave a comment.