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: "Can be DumbAware" inspection
This commit is contained in:
parent
0da11adc98
commit
25b2248976
@ -1,4 +1,4 @@
|
||||
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Indexing and PSI Stubs
|
||||
|
||||
@ -43,6 +43,11 @@ all while maintaining robust coding assistance._
|
||||
|
||||
{id="DumbAwareAPI"}
|
||||
|
||||
> Use inspection <control>Plugin DevKit | Code | Can be DumbAware</control> (2025.1+) to find implementations
|
||||
> that can potentially be marked as `DumbAware`.
|
||||
>
|
||||
{style="tip" title="Finding Candidates"}
|
||||
|
||||
#### Extension Points
|
||||
|
||||
Implementations of certain [extension points](plugin_extension_points.md) can be marked as available during Dumb Mode by implementing
|
||||
|
Loading…
x
Reference in New Issue
Block a user