indexing_and_psi_stubs.md: link shared indexes sample

This commit is contained in:
Yann Cébron 2023-05-23 10:12:50 +02:00
parent 07406f7d8d
commit 9c2e38fba1

View File

@ -77,3 +77,4 @@ For indexing XML, also consider using [`NanoXmlUtil`](%gh-ic%/platform/indexing-
### Shared Indexes ### 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). 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).