2024-11-18 11:56:48 +01:00

768 B

Program Structure Interface (PSI)

Introduction to Program Structure Interface (PSI) responsible for parsing and creating the syntactic and semantic code model.

The Program Structure Interface, commonly referred to as PSI, is the layer in the IntelliJ Platform responsible for parsing files and creating the syntactic and semantic code model that powers so many of the platform's features.

See useful tools on how to inspect the PSI structure and its properties.