mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
PSI: link PsiViewer plugin
This commit is contained in:
parent
0c15688684
commit
99a6266a32
@ -7,3 +7,7 @@ The Program Structure Interface, commonly referred to as just PSI, is the layer
|
||||
* [PSI Files](/basics/architectural_overview/psi_files.md)
|
||||
* [File View Providers](/basics/architectural_overview/file_view_providers.md)
|
||||
* [PSI Elements](/basics/architectural_overview/psi_elements.md)
|
||||
|
||||
A very helpful tool for debugging the PSI implementation is the
|
||||
[PsiViewer plugin](https://plugins.jetbrains.com/plugin/227-psiviewer).
|
||||
It can show you the structure of the PSI tree, the properties of every PSI element and highlight its text range.
|
||||
|
Loading…
x
Reference in New Issue
Block a user