mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
API 2019: use internal link (#167)
This commit is contained in:
parent
98012faa00
commit
f3592d2230
@ -24,7 +24,7 @@ See the note on how to document new problems on the main page reference_guide/ap
|
||||
: Please bundle [performanceTesting plugin](https://plugins.jetbrains.com/plugin/7819-performance-testing) in case you would like to bundle YourKit profiler within your IDE.
|
||||
|
||||
`com.intellij.extapi.psi.PsiElementBase` class removed
|
||||
: Please use `com.intellij.psi.impl.PsiElementBase` or one of its descendants as a base class for PSI elements, e.g. `com.intellij.extapi.psi.ASTWrapperPsiElement`, as suggested in a [tutorial](https://www.jetbrains.org/intellij/sdk/docs/tutorials/custom_language_support/grammar_and_parser.html).
|
||||
: Please use `com.intellij.psi.impl.PsiElementBase` or one of its descendants as a base class for PSI elements, e.g. `com.intellij.extapi.psi.ASTWrapperPsiElement`, as suggested in [Custom Language Support Tutorial](../../tutorials/custom_language_support/grammar_and_parser.md).
|
||||
|
||||
`com.intellij.extapi.psi.MetadataPsiElementBase` class removed
|
||||
: Please use different base class for PSI elements.
|
||||
|
Loading…
x
Reference in New Issue
Block a user