mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
psi_cookbook.md: add note about Java setup
This commit is contained in:
parent
57e39359e8
commit
9283e500fc
@ -27,6 +27,10 @@ Unlike [Developing Custom Language Plugins](custom_language_support.md), it talk
|
|||||||
|
|
||||||
## Java Specific
|
## Java Specific
|
||||||
|
|
||||||
|
> If your plugin depends on Java functionality and targets 2019.2 or later, please make sure to follow the steps from this [blog post](https://blog.jetbrains.com/platform/2019/06/java-functionality-extracted-as-a-plugin/).
|
||||||
|
>
|
||||||
|
{type="note"}
|
||||||
|
|
||||||
### How do I find all inheritors of a class?
|
### How do I find all inheritors of a class?
|
||||||
|
|
||||||
`ClassInheritorsSearch.search()`
|
`ClassInheritorsSearch.search()`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user