implementing_parser_and_psi.md: make PsiViewer TIP

This commit is contained in:
Yann Cébron 2020-07-07 18:08:13 +02:00
parent 7ff2823784
commit b3a0a54db3

View File

@ -123,9 +123,7 @@ and
[`PsiTreeUtil`](upsource:///platform/core-api/src/com/intellij/psi/util/PsiTreeUtil.java)
classes.
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 built by your plugin, the properties of every PSI element and highlight its text range.
> **TIP** 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 built by your plugin, the properties of every PSI element and highlight its text range.
Please see
[Indexing and PSI Stubs](/basics/indexing_and_psi_stubs.md)