Unresolved plugin configuration reference
Reports unresolved references to plugin configuration elements.
Referencing extension with an unknown id
might result in errors at runtime.
The following extension points are supported:
com.intellij.advancedSetting
in resource bundleadvanced.setting.*
keycom.intellij.experimentalFeature
inExperiments.isFeatureEnabled()/setFeatureEnabled()
com.intellij.notificationGroup
inNotification
constructor andNotificationGroupManager.getNotificationGroup()
com.intellij.registryKey
inRegistry
methodskey
parametercom.intellij.toolWindow
in resource bundletoolwindow.stripe.*
key
Extension point name referencing its corresponding <extensionPoint>
declaration in plugin.xml
.
com.intellij.openapi.extensions.ExtensionPointName
constructor andcreate()
com.intellij.openapi.extensions.ProjectExtensionPointName
constructorcom.intellij.openapi.util.KeyedExtensionCollector
and inheritors constructor
Locating this inspection
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
UnresolvedPluginConfigReference- Via Settings dialog
Path to the inspection settings via IntelliJ Platform IDE Settings dialog, when you need to adjust inspection settings directly from your IDE.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Plugin DevKit, 242.22892 |