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: PossiblyDumbAware
This commit is contained in:
parent
2c707d3df0
commit
8e2de0a966
@ -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).
|
||||
|
||||
Other API might indicate its Dumb Mode compatibility by extending [`PossiblyDumbAware`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/PossiblyDumbAware.java).
|
||||
|
||||
## Gists
|
||||
|
||||
Sometimes, the following conditions hold:
|
||||
|
Loading…
x
Reference in New Issue
Block a user