psi.md: reuse "Explore API"

This commit is contained in:
Yann Cébron 2022-03-08 18:08:10 +01:00
parent 71dae5009e
commit eb01f99917

View File

@ -8,5 +8,6 @@ The Program Structure Interface, commonly referred to as just PSI, is the layer
* [File View Providers](file_view_providers.md)
* [PSI Elements](psi_elements.md)
> A useful tool for debugging the PSI implementation is the [PsiViewer plugin](https://plugins.jetbrains.com/plugin/227-psiviewer).
> It can show you the PSI tree structure, the properties of every PSI element, and highlight its text range.
> See [useful tools](explore_api.md#31-use-internal-mode-and-psiviewer) on how to inspect the PSI structure and its properties.
>
{type="tip"}