From 9c2e38fba14715659517ecfb1c573f731adbed6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 23 May 2023 10:12:50 +0200 Subject: [PATCH] indexing_and_psi_stubs.md: link shared indexes sample --- topics/basics/indexing_and_psi_stubs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/topics/basics/indexing_and_psi_stubs.md b/topics/basics/indexing_and_psi_stubs.md index acd55c957..a50cb9d26 100644 --- a/topics/basics/indexing_and_psi_stubs.md +++ b/topics/basics/indexing_and_psi_stubs.md @@ -77,3 +77,4 @@ For indexing XML, also consider using [`NanoXmlUtil`](%gh-ic%/platform/indexing- ### Shared Indexes For bigger projects, building and providing pre-built shared project indexes can be beneficial, see [Shared project indexes](https://www.jetbrains.com/help/idea/shared-indexes.html#project-shared-indexes). +See also [IntelliJ Shared Indexes Tool Example](https://github.com/JetBrains/intellij-shared-indexes-tool-example).