mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
implementing_parser_and_psi.md: make PsiViewer TIP
This commit is contained in:
parent
7ff2823784
commit
b3a0a54db3
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user