From eb203ed29c9ebe98c9c85912dfd006f73a92364b Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Fri, 29 Jul 2022 09:52:32 +0200 Subject: [PATCH] navigation.md: mention searching for examples on the intellij platform explorer --- topics/reference_guide/custom_language_support/navigation.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/topics/reference_guide/custom_language_support/navigation.md b/topics/reference_guide/custom_language_support/navigation.md index da4f173f4..c97e0dff5 100644 --- a/topics/reference_guide/custom_language_support/navigation.md +++ b/topics/reference_guide/custom_language_support/navigation.md @@ -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"}