mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
element_patterns.md: reuse "Explore API"
This commit is contained in:
parent
14f00c680a
commit
71dae5009e
@ -69,7 +69,7 @@ This last example shows that corner cases need to be considered carefully even f
|
||||
## Tools and Debugging
|
||||
|
||||
Working with element patterns can be tricky, and plugin authors need a solid understanding of the underlying PSI structure to get it right.
|
||||
Therefore, it is recommended to use the [PsiViewer plugin](https://plugins.jetbrains.com/plugin/227-psiviewer) or the [built-in PSI viewer](https://www.jetbrains.com/help/idea/psi-viewer.html) and verify that elements indeed have the expected structure and properties.
|
||||
Therefore, it is recommended to use the [PsiViewer plugin or built-in PSI viewer](explore_api.md#31-use-internal-mode-and-psiviewer) and verify that elements indeed have the expected structure and properties.
|
||||
|
||||
### Debugging
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user