navigation.md: mention searching for examples on the intellij platform explorer

This commit is contained in:
Karol Lewandowski 2022-07-29 09:52:32 +02:00
parent 3578ae867a
commit eb203ed29c

View File

@ -41,3 +41,7 @@ To provide navigation targets by a `Symbol`, either:
If there are no navigation targets available, then the IntelliJ Platform starts finding usages of the target symbol
obtained by resolving a [reference](declarations_and_references.md#references)
or from a [declaration](declarations_and_references.md#declarations).
> Existing implementations of the mentioned extension points can be found on the [IntelliJ Platform Explorer](explore_api.md#32-search-the-intellij-platform-explorer).
>
{type="note"}