IntelliJ Platform Plugin SDK Help

IntelliJ Platform Plugins Extension Point and Listener List

IntelliJ Platform version: 2026.1.

654 Extension Points and 83 Listeners

Legend

Listeners

Topic searches for usages inside existing implementations of open-source IntelliJ Platform plugins via IntelliJ Platform Explorer.

Listener links corresponding listener to implement.

See Listeners on how to register listeners.

Extension Points

Extension Point searches for usages inside existing implementations of open-source IntelliJ Platform plugins via IntelliJ Platform Explorer.

Implementation is the related Extension Point class.

See Extensions on how to declare extensions in your plugin.

Tags

See Verifying Plugin Compatibility for overview of API status.

Tag

Description

Details

Deprecated

Deprecated API

See code documentation for replacement.

Removal

Scheduled for Removal API

Annotated with @ApiStatus.ScheduledForRemoval.

See code documentation for replacement.

Obsolete

Obsolete API

Annotated with @ApiStatus.Obsolete.

Do not use in new code, see code documentation for replacement.

Experimental API

Experimental API

Annotated with @ApiStatus.Experimental.

API might be altered or removed without prior notice.

Internal API

Internal API

Annotated with @ApiStatus.Internal.

Must not be used by third party plugins, see Internal API Migration.

Project-Level

Project-Level

Extension Point/Topic

Can have Project as constructor parameter.

- Extension Point: declared with area="IDEA_PROJECT"

- Listener: registered in <projectListeners>

DumbAware

DumbAware

Extension Point

Implementations marked with DumbAware will be processed during dumb mode.

Non-Dynamic

Non-Dynamic

Extension Point

Installation/update of plugin requires restarting the IDE, see Dynamic Plugins.

IntelliJ OSS Plugins

IntelliJ OSS Plugins – Listeners

ByteCodeViewer

ByteCodeViewer

com.intellij.completion.evaluation

com.intellij.completion.evaluation

com.intellij.completion.ml.ranking

com.intellij.completion.ml.ranking

com.intellij.copyright

com.intellij.copyright

com.intellij.java-i18n

com.intellij.java-i18n

com.intellij.mcpServer

com.intellij.mcpServer

com.intellij.searcheverywhere.ml

com.intellij.searcheverywhere.ml

com.intellij.stats.completion

com.intellij.stats.completion

com.intellij.tasks

com.intellij.tasks

com.intellij.turboComplete

com.intellij.turboComplete

com.intellij.uiDesigner

com.intellij.uiDesigner

com.jetbrains.filePrediction

com.jetbrains.filePrediction

com.jetbrains.performancePlugin

com.jetbrains.performancePlugin

Coverage

Coverage

DesignerCorePlugin.xml

DesignerCorePlugin.xml

Extension Point

Implementation

Designer.customizations Non-Dynamic

DesignerCustomizations

intellij.agent.workbench.sessions.xml

intellij.agent.workbench.sessions.xml

intellij.debugger.streams.core.xml

intellij.debugger.streams.core.xml

intellij.dev.codeInsight.xml

intellij.dev.codeInsight.xml

intellij.dev.psiViewer.xml

intellij.dev.psiViewer.xml

intellij.devkit.core.xml

intellij.devkit.core.xml

intellij.ide.startup.importSettings.xml

intellij.ide.startup.importSettings.xml

intellij.performanceTesting.remoteDriver.xml

intellij.performanceTesting.remoteDriver.xml

intellij.platform.coverage.xml

intellij.platform.coverage.xml

intellij.platform.langInjection.xml

intellij.platform.langInjection.xml

intellij.properties.backend.xml

intellij.properties.backend.xml

intellij.repository.search.common.xml

intellij.repository.search.common.xml

intellij.searchEverywhereMl.ranking.core.xml

intellij.searchEverywhereMl.ranking.core.xml

intellij.searchEverywhereMl.ranking.ext.xml

intellij.searchEverywhereMl.ranking.ext.xml

intellij.sh.backend.xml

intellij.sh.backend.xml

intellij.sh.core.xml

intellij.sh.core.xml

intellij.textmate.xml

intellij.textmate.xml

intellij.toml.json.xml

intellij.toml.json.xml

intellij.yaml.backend.xml

intellij.yaml.backend.xml

JUnit

JUnit

org.intellij.groovy

org.intellij.groovy

Extension Point

Implementation

com.intellij.newProjectWizard.groovy.buildSystem

BuildSystemGroovyNewProjectWizard

org.intellij.groovy.applicabilityProvider Experimental

GroovyApplicabilityProvider

org.intellij.groovy.astTransformationSupport DumbAware

AstTransformationSupport

org.intellij.groovy.callTypeCalculator Experimental

GrCallTypeCalculator

org.intellij.groovy.classDescriptor

n/a

org.intellij.groovy.closureCompleter

ClosureCompleter

org.intellij.groovy.closureMissingMethodContributor

ClosureMissingMethodContributor

org.intellij.groovy.completionCustomizer Experimental

GroovyCompletionCustomizer

org.intellij.groovy.configSlurperSupport

ConfigSlurperSupport

org.intellij.groovy.convertToJava.customMethodInvocator

CustomMethodInvocator

org.intellij.groovy.customAnnotationChecker

CustomAnnotationChecker

org.intellij.groovy.delegatesToProvider

GrDelegatesToProvider

org.intellij.groovy.elementFilter Experimental

GroovyElementFilter

org.intellij.groovy.expectedPackageNameProvider

ExpectedPackageNameProvider

org.intellij.groovy.expectedTypesContributor

GroovyExpectedTypesContributor

org.intellij.groovy.gdslScriptProvider

GdslScriptProvider

org.intellij.groovy.gdslTopLevelProvider Non-Dynamic

GdslMembersProvider

org.intellij.groovy.groovyFrameworkConfigNotification

GroovyFrameworkConfigNotification

org.intellij.groovy.groovySourceFolderDetector

GroovySourceFolderDetector

org.intellij.groovy.importContributor

GrImportContributor

org.intellij.groovy.inlayHintFilter

GroovyInlayHintFilter

org.intellij.groovy.inlineASTTransformationSupport Experimental

GroovyInlineASTTransformationSupport

org.intellij.groovy.inspectionDisabler

FileTypeInspectionDisabler

org.intellij.groovy.mapContentProvider

GroovyMapContentProvider

org.intellij.groovy.membersContributor

NonCodeMembersContributor

org.intellij.groovy.methodComparator

GrMethodComparator

org.intellij.groovy.methodDescriptor

n/a

org.intellij.groovy.methodMayBeStaticInspectionFilter

GrMethodMayBeStaticInspectionFilter

org.intellij.groovy.namedArgumentProvider

GroovyNamedArgumentProvider

org.intellij.groovy.overloadResolver

GroovyOverloadResolver

org.intellij.groovy.positionManagerDelegate

ScriptPositionManagerHelper

org.intellij.groovy.psiEnhancerCategory Non-Dynamic

PsiEnhancerCategory

org.intellij.groovy.referenceTypeEnhancer

GrReferenceTypeEnhancer

org.intellij.groovy.renameHelper

GrRenameHelper

org.intellij.groovy.scriptTypeDetector

GroovyScriptTypeDetector

org.intellij.groovy.signatureHintProcessor

SignatureHintProcessor

org.intellij.groovy.typeAugmenter

TypeAugmenter

org.intellij.groovy.typeCalculator

GrTypeCalculator

org.intellij.groovy.typeConverter

GrTypeConverter

org.intellij.groovy.unresolvedHighlightFileFilter

GroovyUnresolvedHighlightFileFilter

org.intellij.groovy.unresolvedHighlightFilter

GroovyUnresolvedHighlightFilter

org.intellij.groovy.variableEnhancer

GrVariableEnhancer

org.jetbrains.idea.eclipse

org.jetbrains.idea.eclipse

ru.adelf.idea.dotenv

ru.adelf.idea.dotenv

TestNG-J

TestNG-J

XPathView

XPathView

Ant Plugin

Ant Plugin – Listeners

AntSupport

AntSupport

EditorConfig Plugin

EditorConfig Plugin – Listeners

intellij.editorconfig.backend.xml

intellij.editorconfig.backend.xml

Gradle Plugin

Gradle Plugin – Listeners

intellij.gradle.java.groovy.xml

intellij.gradle.java.groovy.xml

intellij.gradle.java.xml

intellij.gradle.java.xml

intellij.gradle.xml

intellij.gradle.xml

Grazie Plugin

Grazie Plugin – Listeners

tanvd.grazi

tanvd.grazi

IDE Features Trainer Plugin

IDE Features Trainer Plugin – Listeners

training

training

Java Plugin

Java Plugin – Listeners

InspectionGadgets.xml

InspectionGadgets.xml

intellij.java.analysis.impl.xml

intellij.java.analysis.impl.xml

intellij.java.analysis.xml

intellij.java.analysis.xml

intellij.java.compiler.impl.xml

intellij.java.compiler.impl.xml

intellij.java.compiler.xml

intellij.java.compiler.xml

intellij.java.debugger.content.xml

intellij.java.debugger.content.xml

intellij.java.execution.impl.xml

intellij.java.execution.impl.xml

intellij.java.execution.xml

intellij.java.execution.xml

intellij.java.frontback.impl.xml

intellij.java.frontback.impl.xml

intellij.java.frontback.psi.impl.xml

intellij.java.frontback.psi.impl.xml

Extension Point

Implementation

com.intellij.psi.classFileDecompiler

Decompiler

intellij.java.impl.inspections.xml

intellij.java.impl.inspections.xml

intellij.java.impl.refactorings.xml

intellij.java.impl.refactorings.xml

intellij.java.impl.xml

intellij.java.impl.xml

Extension Point

Implementation

com.intellij.codeInsight.createFieldFromUsageHelper

CreateFieldFromUsageHelper

com.intellij.codeInsight.externalLibraryResolver

ExternalLibraryResolver

com.intellij.constructorBodyGenerator Internal

ConstructorBodyGenerator

com.intellij.documentationDelegateProvider

DocumentationDelegateProvider

com.intellij.externalAnnotationsArtifactsResolver

ExternalAnnotationsArtifactsResolver

com.intellij.generateAccessorProvider Obsolete

NotNullFunction

com.intellij.generation.toStringClassFilter

GenerateToStringClassFilter

com.intellij.getterSetterProvider

GetterSetterPrototypeProvider

com.intellij.gotoByName.defaultProvider.ignoreLanguage Internal

n/a

com.intellij.java.changeSignature.converter Experimental

JavaChangeInfoConverter

com.intellij.java.effectively.final.fixer Internal

EffectivelyFinalFixer

com.intellij.java.externalAnnotation

AnnotationProvider

com.intellij.java.externalAnnotation.locationProvider

AnnotationsLocationProvider

com.intellij.java.inspection.bulkMethodInfo

BulkMethodInfoProvider

com.intellij.java.refactoring.chainCallExtractor

ChainCallExtractor

com.intellij.javaDocNotNecessary

Condition

com.intellij.jvm.logging Internal

JvmLogger

com.intellij.lang.jvm.annotationPackageSupport

AnnotationPackageSupport

com.intellij.lang.jvm.annotations.marker.suppressor

NonCodeAnnotationsMarkerSuppressor

com.intellij.library.dependencyScopeSuggester

LibraryDependencyScopeSuggester

com.intellij.openapi.projectRoots.externalJavaConfigurationMissingAction

ExternalJavaConfigurationMissingAction

com.intellij.openapi.projectRoots.externalJavaConfigurationProvider

ExternalJavaConfigurationProvider

com.intellij.overrideImplementsAnnotationsHandler

OverrideImplementsAnnotationsHandler

com.intellij.projectModelModifier Project-Level

JavaProjectModelModifier

com.intellij.testGenerator

TestGenerator

com.intellij.variableTypeCalculator

VariableTypeCalculator

intellij.java.psi.impl.xml

intellij.java.psi.impl.xml

Extension Point

Implementation

com.intellij.annotationSupport

PsiAnnotationSupport

com.intellij.classTypePointerFactory

ClassTypePointerFactory

com.intellij.codeStyle.ReferenceAdjuster

ReferenceAdjuster

com.intellij.constantExpressionEvaluator

ConstantExpressionEvaluator

com.intellij.custom.exception.handler

CustomExceptionHandler

com.intellij.customJavadocTagProvider

CustomJavadocTagProvider

com.intellij.deepestSuperMethodsSearch

QueryExecutor

com.intellij.expressionConverter

ExpressionConverter

com.intellij.generation.topLevelFactory

JVMElementFactoryProvider

com.intellij.importFilter

ImportFilter

com.intellij.java.elementFinder Project-Level DumbAware

PsiElementFinder

com.intellij.java.expressionTypeNullabilityPatcher Experimental

JavaExpressionTypeNullabilityPatcher

com.intellij.java.languageFeatureProvider

LanguageFeatureProvider

com.intellij.javaCompilerConfigurationProxy

JavaCompilerConfigurationProxy

com.intellij.javaMainMethodProvider DumbAware

JavaMainMethodProvider

com.intellij.javaModuleSystem Deprecated

JavaModuleSystem

com.intellij.javadocTagInfo Project-Level

JavadocTagInfo

com.intellij.jvm.declarationSearcher

JvmDeclarationSearcher

com.intellij.jvm.elementProvider Project-Level DumbAware

JvmElementProvider

com.intellij.lang.dumb.mode.supported Experimental

JvmLanguageDumbAware

com.intellij.lang.inferredAnnotationProvider Project-Level

InferredAnnotationProvider

com.intellij.lang.jvm.multiReleaseSupport

JavaMultiReleaseModuleSupport

com.intellij.lang.psiAugmentProvider DumbAware

PsiAugmentProvider

com.intellij.psi.clsCustomNavigationPolicy

ClsCustomNavigationPolicy

com.intellij.superMethodsSearch

QueryExecutor

com.intellij.testFramework DumbAware

TestFramework

intellij.java.remoteServers.impl.xml

intellij.java.remoteServers.impl.xml

intellij.java.syntax.xml

intellij.java.syntax.xml

intellij.java.ui.xml

intellij.java.ui.xml

intellij.java.xml

intellij.java.xml

intellij.jvm.analysis.impl.xml

intellij.jvm.analysis.impl.xml

java-debugger.xml

java-debugger.xml

JavaCodeServerHighlighting.xml

JavaCodeServerHighlighting.xml

JavaIndexingPlugin.xml

JavaIndexingPlugin.xml

JavaPlugin.xml

JavaPlugin.xml

ManifestSupport.xml

ManifestSupport.xml

UsageData.xml

UsageData.xml

JSON Plugin

JSON Plugin – Listeners

intellij.json.backend.xml

intellij.json.backend.xml

intellij.json.xml

intellij.json.xml

Kotlin Plugin

Kotlin Plugin – Listeners

completion-fe10.xml

completion-fe10.xml

extensions.xml

extensions.xml

facets-base.xml

facets-base.xml

file-types.xml

file-types.xml

highlighting-fe10.xml

highlighting-fe10.xml

intellij.kotlin.base.codeInsight.minimal.xml

intellij.kotlin.base.codeInsight.minimal.xml

intellij.kotlin.base.externalSystem.xml

intellij.kotlin.base.externalSystem.xml

intellij.kotlin.base.scripting.shared.xml

intellij.kotlin.base.scripting.shared.xml

intellij.kotlin.base.scripting.xml

intellij.kotlin.base.scripting.xml

intellij.kotlin.codeInsight.xml

intellij.kotlin.codeInsight.xml

intellij.kotlin.compilerReferenceIndex.xml

intellij.kotlin.compilerReferenceIndex.xml

intellij.kotlin.gradle.codeInsight.common.xml

intellij.kotlin.gradle.codeInsight.common.xml

intellij.kotlin.gradle.gradle.xml

intellij.kotlin.gradle.gradle.xml

intellij.kotlin.gradle.tooling.xml

intellij.kotlin.gradle.tooling.xml

Extension Point

Implementation

org.jetbrains.kotlin.idea.gradleTooling.serialization.IdeaKotlinSerializationContext

IdeaKotlinSerializationContext

intellij.kotlin.highlighting.xml

intellij.kotlin.highlighting.xml

intellij.kotlin.maven.xml

intellij.kotlin.maven.xml

intellij.kotlin.projectStructure.xml

intellij.kotlin.projectStructure.xml

intellij.kotlin.projectWizard.idea.xml

intellij.kotlin.projectWizard.idea.xml

intellij.kotlin.refactorings.xml

intellij.kotlin.refactorings.xml

intellij.kotlin.searching.xml

intellij.kotlin.searching.xml

jps.xml

jps.xml

jvm-debugger.xml

jvm-debugger.xml

kotlin-core-fe10.xml

kotlin-core-fe10.xml

kotlin-core.xml

kotlin-core.xml

Extension Point

Implementation

com.intellij.kotlin.autoImportCallableWeigher Internal

KotlinAutoImportCallableWeigher

org.jetbrains.kotlin.buildSystemDependencyManager Internal Project-Level

KotlinBuildSystemDependencyManager

org.jetbrains.kotlin.buildSystemTypeDetector

BuildSystemTypeDetector

org.jetbrains.kotlin.bundledFirCompilerPluginProvider Experimental Internal

KotlinBundledFirCompilerPluginProvider

org.jetbrains.kotlin.compilerPluginConfigurator Experimental

KotlinCompilerPluginProjectConfigurator

org.jetbrains.kotlin.experimentalFeature

ExperimentalFeature

org.jetbrains.kotlin.facetValidatorCreator Non-Dynamic

KotlinFacetValidatorCreator

org.jetbrains.kotlin.failedToDownloadJpsMavenArtifactSuggestedSolutionsContributor Internal Project-Level

FailedToDownloadJpsMavenArtifactSuggestedSolutionsContributor

org.jetbrains.kotlin.firCompilerPluginConfigurationProvider Experimental

KotlinFirCompilerPluginConfigurationForIdeProvider

org.jetbrains.kotlin.forwardDeclarationPolicyProvider Internal

ForwardDeclarationPolicyProvider

org.jetbrains.kotlin.idea.base.platforms.targetPlatformDetector Project-Level

TargetPlatformDetector

org.jetbrains.kotlin.idea.base.projectStructure.moduleInfoProviderExtension Project-Level

ModuleInfoProviderExtension

org.jetbrains.kotlin.idea.codeInsight.lineMarkers.kotlinRunLineMarkerHider DumbAware

KotlinRunLineMarkerHider

org.jetbrains.kotlin.idea.codeInsight.unambiguousImports

KotlinAutoImportsFilter

org.jetbrains.kotlin.idea.testFrameworkProvider

KotlinTestFrameworkProvider

org.jetbrains.kotlin.implementationDetailClassNameCheckerProvider Internal

ImplementationDetailClassNameCheckerProvider

org.jetbrains.kotlin.j2kConverterExtension

J2kConverterExtension

org.jetbrains.kotlin.j2kPostprocessorExtension

J2kPostprocessorExtension

org.jetbrains.kotlin.j2kPreprocessorExtension

J2kPreprocessorExtension

org.jetbrains.kotlin.kaDanglingFileResolutionModeProvider Internal

KaDanglingFileResolutionModeProvider

org.jetbrains.kotlin.kotlinCompilerVersionProvider

KotlinCompilerVersionProvider

org.jetbrains.kotlin.kotlinInjectedFilesAnalysisProvider Internal

KotlinIdeInjectedFilesAnalysisPromoter

org.jetbrains.kotlin.ktModuleFactory Internal

KaModuleFactory

org.jetbrains.kotlin.libraryVersionProvider Internal

KotlinLibraryVersionProvider

org.jetbrains.kotlin.newFileHook Internal

NewKotlinFileHook

org.jetbrains.kotlin.pluginUpdateVerifier

PluginUpdateVerifier

org.jetbrains.kotlin.projectConfigurator

KotlinProjectConfigurator

org.jetbrains.kotlin.projectPostConfigurator Experimental

KotlinProjectPostConfigurator

org.jetbrains.kotlin.projectStructureInsightsProvider Internal

ProjectStructureInsightsProvider

org.jetbrains.kotlin.supportAvailability

KotlinSupportAvailability

kotlin.base.scripting.k1.xml

kotlin.base.scripting.k1.xml

kotlin.gradle.gradle-java.xml

kotlin.gradle.gradle-java.xml

kotlin.highlighting.shared.xml

kotlin.highlighting.shared.xml

kotlin.jvm.k1.xml

kotlin.jvm.k1.xml

kotlin.jvm.shared.xml

kotlin.jvm.shared.xml

kotlin.plugin.k2.xml

kotlin.plugin.k2.xml

kotlinx-serialization.xml

kotlinx-serialization.xml

light-classes-fe10.xml

light-classes-fe10.xml

Extension Point

Implementation

org.jetbrains.kotlin.ultraLightClassModifierExtension Non-Dynamic Project-Level

UltraLightClassModifierExtension

org.jetbrains.kotlin

org.jetbrains.kotlin

Extension Point

Implementation

org.jetbrains.kotlin.supportsKotlinPluginMode

n/a

parcelize.xml

parcelize.xml

refactorings-fe10.xml

refactorings-fe10.xml

refactorings.xml

refactorings.xml

resolution-fe10.xml

resolution-fe10.xml

scripting-v1.xml

scripting-v1.xml

Markdown Plugin

Markdown Plugin – Listeners

intellij.markdown.fenceInjection.xml

intellij.markdown.fenceInjection.xml

org.intellij.plugins.markdown

org.intellij.plugins.markdown

Maven Plugin

Maven Plugin – Listeners

groovy-support.xml

groovy-support.xml

org.jetbrains.idea.maven

org.jetbrains.idea.maven

Extension Point

Implementation

org.jetbrains.idea.maven.additional.importing.settings

AdditionalMavenImportingSettings

org.jetbrains.idea.maven.archetypesProvider

MavenArchetypesProvider

org.jetbrains.idea.maven.artifactBuilder

MavenArtifactBuilder

org.jetbrains.idea.maven.compiler Internal

MavenCompilerExtension

org.jetbrains.idea.maven.executionEnvironmentProvider

MavenExecutionEnvironmentProvider

org.jetbrains.idea.maven.importer Deprecated

MavenImporter

org.jetbrains.idea.maven.importing.afterImportConfigurator Experimental

MavenAfterImportConfigurator

org.jetbrains.idea.maven.importing.workspaceConfigurator Experimental

MavenWorkspaceConfigurator

org.jetbrains.idea.maven.log.import.parser Experimental

MavenImportLoggedEventParser

org.jetbrains.idea.maven.log.parser Experimental

MavenLoggedEventParser

org.jetbrains.idea.maven.log.spy.parser Experimental

MavenSpyLoggedEventParser

org.jetbrains.idea.maven.manifestImporter

ManifestImporter

org.jetbrains.idea.maven.mavenAdditionalHighlighter Experimental

MavenAdditionalHightligher

org.jetbrains.idea.maven.mavenRemoteConnectionCreator

MavenRemoteConnectionCreator

org.jetbrains.idea.maven.mavenServerSupportFactory Internal

MavenRemoteProcessSupportFactory

org.jetbrains.idea.maven.pluginDescriptor Internal

n/a

org.jetbrains.idea.maven.projectResolutionContributor Internal

MavenProjectResolutionContributor

org.jetbrains.idea.maven.remotePathTransformerFactory

RemotePathTransformerFactory

org.jetbrains.idea.maven.repositoryProvider

MavenRepositoryProvider

org.jetbrains.idea.maven.runner.executionConfigurator

MavenExecutionConfiguratorProvider

org.jetbrains.idea.maven.targetConfigurationExtension Experimental

TargetConfigurationMavenExtension

org.jetbrains.idea.maven.versionAwareMavenSupport Internal

MavenVersionAwareSupportExtension

Python Plugin

Python Plugin – Listeners

intellij.pycharm.community.ide.impl.xml

intellij.pycharm.community.ide.impl.xml

Extension Point

Implementation

Pythonid.miscFileType

MiscFileType

intellij.python.common.xml

intellij.python.common.xml

intellij.python.community.execService.xml

intellij.python.community.execService.xml

intellij.python.community.helpersLocator.xml

intellij.python.community.helpersLocator.xml

intellij.python.community.impl.xml

intellij.python.community.impl.xml

Extension Point

Implementation

Pythonid.PythonPackageRequirementsTreeExtractorProvider Internal

PythonPackageRequirementsTreeExtractorProvider

Pythonid.PythonPackageRequiresExtractorProvider Internal

PythonPackageRequiresExtractorProvider

Pythonid.breakpointHandler

PyBreakpointHandlerFactory

Pythonid.condaSdkCustomizer Internal

PyCondaSdkCustomizer

Pythonid.connectionCredentialsToTargetConfigurationConverter Internal

ConnectionCredentialsToTargetConfigurationConverter

Pythonid.consoleOptionsProvider

PyConsoleOptionsProvider

Pythonid.customProcessHandlerProvider Internal

PyCustomProcessHandlerProvider

Pythonid.dataViewPanelFactory

PyDataViewPanelFactory

Pythonid.debugSessionFactory

PyDebugSessionFactory

Pythonid.interpreterTargetEnvironmentFactory Internal

PythonInterpreterTargetEnvironmentFactory

Pythonid.magicLiteral Internal

PyMagicLiteralExtensionPoint

Pythonid.packageManagerProvider Experimental Internal

PyPackageManagerProvider

Pythonid.pep8ProblemSuppressor

Pep8ProblemSuppressor

Pythonid.pyCustomSdkUiProvider Internal

PyCustomSdkUiProvider

Pythonid.pyPregeneratedSkeletonsProvider

PyPregeneratedSkeletonsProvider

Pythonid.pyRootTypeProvider Internal

PyRootTypeProvider

Pythonid.pyRunToolProvider Internal

PyRunToolProvider

Pythonid.pySdkProvider Experimental Internal

PySdkProvider

Pythonid.pyTestConfigurationSelector

PyTestConfigurationSelector

Pythonid.pyTestFixtureExtension Internal

PyTestFixtureExtension

Pythonid.pythonCommandLineEnvironmentProvider

PythonCommandLineEnvironmentProvider

Pythonid.pythonCommandLineTargetEnvironmentProvider Experimental Internal

PythonCommandLineTargetEnvironmentProvider

Pythonid.pythonPackageManagerProvider Experimental

PythonPackageManagerProvider

Pythonid.pythonSdkReadOnlyProvider Internal

PythonSdkReadOnlyProvider

Pythonid.remoteInterpreterManager

PythonRemoteInterpreterManager

Pythonid.runConfigurationEditorExtension Internal

PyRunConfigurationEditorExtension

Pythonid.runConfigurationExtension

PythonRunConfigurationExtension

Pythonid.runnableScriptFilter

RunnableScriptFilter

Pythonid.systemPythonProvider

SystemPythonProvider

Pythonid.unresolvedReferenceQuickFixProvider

PyUnresolvedReferenceQuickFixProvider

com.jetbrains.python.configuration.pyIntegratedToolsTestPanelCustomizer

PyIntegratedToolsTestPanelCustomizer

com.jetbrains.python.console.customizer

PyConsoleCustomizer

com.jetbrains.python.console.executeCustomizer Experimental

PyExecuteConsoleCustomizer

com.jetbrains.python.console.pyConsoleOutputCustomizer Experimental

PyConsoleOutputCustomizer

com.jetbrains.python.console.runnerFactory

PythonConsoleRunnerFactory

com.jetbrains.python.debugger.numericContainerPopupCustomizer

PyNumericContainerPopupCustomizer

com.jetbrains.python.debugger.pyDebugAsyncioCustomizer

PyDebugAsyncioCustomizer

com.jetbrains.python.testing.pyTestLineMarkerContributorCustomizer

PyTestLineMarkerContributorCustomizer

intellij.python.community.interpreters.xml

intellij.python.community.interpreters.xml

intellij.python.community.services.systemPython.xml

intellij.python.community.services.systemPython.xml

intellij.python.parser.xml

intellij.python.parser.xml

intellij.python.processOutput.common.xml

intellij.python.processOutput.common.xml

intellij.python.psi.impl.xml

intellij.python.psi.impl.xml

intellij.python.psi.xml

intellij.python.psi.xml

intellij.python.pyproject.xml

intellij.python.pyproject.xml

intellij.python.sdk.ui.xml

intellij.python.sdk.ui.xml

intellij.python.sdk.xml

intellij.python.sdk.xml

Terminal Plugin

Terminal Plugin – Listeners

intellij.terminal.frontend.xml

intellij.terminal.frontend.xml

terminal.xml

terminal.xml

VCS Plugins

VCS Plugins – Listeners

Topic

Listener

SvnVcs#ROOTS_RELOADED Obsolete

Consumer

GitBranchIncomingOutgoingManager#GIT_INCOMING_OUTGOING_CHANGED Project-Level

GitIncomingOutgoingListener

GitAuthenticationListener#GIT_AUTHENTICATION_SUCCESS

GitAuthenticationListener

GitMergeCommitMessageChangedListener.Companion#TOPIC Project-Level

GitMergeCommitMessageChangedListener

GitExecutableManager#TOPIC

GitExecutableListener

GitVcsSettingsListener#TOPIC Internal Project-Level

GitVcsSettingsListener

GitFetchInProgressListener.Companion#TOPIC Project-Level

GitFetchInProgressListener

GitPushListener.Companion#TOPIC

GitPushListener

GitRepositoryFrontendSynchronizer#TOPIC Project-Level

GitRepositoryFrontendSynchronizer

GitCommitTemplateListener#TOPIC Project-Level

GitCommitTemplateListener

GitConfigListener#TOPIC Project-Level

GitConfigListener

GitRepository#GIT_REPO_CHANGE

GitRepositoryChangeListener

GitRepository#GIT_REPO_STATE_CHANGE

GitRepositoryStateChangeListener

GitRepositoryUpdateListener#TOPIC

GitRepositoryUpdateListener

GitRepositoryTagsHolder.Companion#TAGS_UPDATED

GitTagsHolderListener

GitStashSettingsListener.Companion#TOPIC

GitStashSettingsListener

GitRefreshListener#TOPIC

GitRefreshListener

GitStagingAreaHolder#TOPIC

StagingAreaListener

GitCurrentBranchPresenter.Companion#PRESENTATION_UPDATED Experimental

PresentationUpdatedListener

SvnVcs#WC_CONVERTED Project-Level

Runnable

RootsAndBranches#REFRESH_REQUEST Project-Level

Runnable

Merger#COMMITTED_CHANGES_MERGED_STATE Project-Level

CommittedChangesMergedStateChanged

SvnMergeInfoCache#SVN_MERGE_INFO_CACHE Project-Level

SvnMergeInfoCacheListener

GHPRDataOperationsListener.Companion#TOPIC

GHPRDataOperationsListener

HgVcs#REMOTE_TOPIC Project-Level

HgUpdater

HgVcs#STATUS_TOPIC Project-Level

HgUpdater

HgVcs#INCOMING_OUTGOING_CHECK_TOPIC Project-Level

HgWidgetUpdater

intellij.vcs.git.xml

intellij.vcs.git.xml

intellij.vcs.github.xml

intellij.vcs.github.xml

intellij.vcs.gitlab.xml

intellij.vcs.gitlab.xml

Subversion

Subversion

02 January 2026