indexing_and_psi_stubs.md: "Can be DumbAware" inspection

This commit is contained in:
Yann Cébron 2025-01-16 10:39:51 +01:00
parent 0da11adc98
commit 25b2248976

View File

@ -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