mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
indexing_and_psi_stubs.md: add conference talk video
This commit is contained in:
parent
f2ff53e25a
commit
ea04ddabbf
@ -34,6 +34,11 @@ Violations are reported via [`IndexNotReadyException`](%gh-ic%/platform/core-api
|
|||||||
`DumbService` provides API to query whether the IDE is currently in "dumb" mode (where index access is not allowed) or "smart" mode (with all index built and ready to use).
|
`DumbService` provides API to query whether the IDE is currently in "dumb" mode (where index access is not allowed) or "smart" mode (with all index built and ready to use).
|
||||||
It also provides ways of delaying code execution until indexes are ready.
|
It also provides ways of delaying code execution until indexes are ready.
|
||||||
|
|
||||||
|
<video src="https://www.youtube.com/watch?v=ApdNfPuGJRU"/>
|
||||||
|
|
||||||
|
_Learn how techniques like dumb mode index access, on-demand indexing, and lightweight heuristics can boost plugin performance and streamline your development process,
|
||||||
|
all while maintaining robust coding assistance._
|
||||||
|
|
||||||
### `DumbAware` API
|
### `DumbAware` API
|
||||||
|
|
||||||
{id="DumbAwareAPI"}
|
{id="DumbAwareAPI"}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user