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: testing dumb mode
This commit is contained in:
parent
1976691540
commit
8784fb522e
@ -47,6 +47,11 @@ For [](basic_action_system.md) available during Dumb Mode, extend [`DumbAwareAct
|
|||||||
|
|
||||||
Other API might indicate its Dumb Mode compatibility by extending [`PossiblyDumbAware`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/PossiblyDumbAware.java).
|
Other API might indicate its Dumb Mode compatibility by extending [`PossiblyDumbAware`](%gh-ic%/platform/core-api/src/com/intellij/openapi/project/PossiblyDumbAware.java).
|
||||||
|
|
||||||
|
### Testing
|
||||||
|
|
||||||
|
To toggle Dumb Mode for testing purposes, invoke <ui-path>Tools | Internal Actions | Enter/Exit Dumb Mode</ui-path>
|
||||||
|
while the IDE is running in [internal mode](enabling_internal.md).
|
||||||
|
|
||||||
## Gists
|
## Gists
|
||||||
|
|
||||||
Sometimes, the following conditions hold:
|
Sometimes, the following conditions hold:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user