indexing_and_psi_stubs.md: PossiblyDumbAware

This commit is contained in:
Yann Cébron 2024-03-12 13:39:10 +01:00
parent 2c707d3df0
commit 8e2de0a966

View File

@ -42,6 +42,8 @@ Such Extension Points are marked with _DumbAware_ tag in [](extension_point_list
For [](basic_action_system.md) available during Dumb Mode, extend [`DumbAwareAction`](%gh-ic%/platform/ide-core/src/com/intellij/openapi/project/DumbAwareAction.java). For [](basic_action_system.md) available during Dumb Mode, extend [`DumbAwareAction`](%gh-ic%/platform/ide-core/src/com/intellij/openapi/project/DumbAwareAction.java).
Other API might indicate its Dumb Mode compatibility by extending [`PossiblyDumbAware`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/PossiblyDumbAware.java).
## Gists ## Gists
Sometimes, the following conditions hold: Sometimes, the following conditions hold: