IntelliJ Platform Plugin SDK Help

GoLand Extension Point and Listener List

17 Extension Points and 5 Listeners for GoLand

See IntelliJ Platform Extension Point and Listener List for IntelliJ Platform.

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.

Icon

Description

Details

Deprecated

Deprecated API

Please see code documentation for replacement

Removal

Scheduled for Removal API

Please see code documentation for replacement

Obsolete

Obsolete API

Do not use in new code, please see code documentation for replacement (Obsolete API)

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 3rd party, 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>

Non-Dynamic

Non-Dynamic Extension Point

Installation/update of plugin requires IDE restart (Dynamic Plugins)

DumbAware

DumbAware Extension Point

Implementations marked with DumbAware will be processed during dumb mode

GoLand

GoLand - Listeners

goland.xml

Extension Point

Implementation

com.goide.dlv.positionConverterFactory

DlvPositionConverterFactory

com.goide.documentation.packageVersionProvider

GoDocumentationPackageVersionProvider

com.goide.execution.defaultTargetEnvironmentProvider

DefaultTargetEnvironmentProvider

com.goide.executorExtension

GoExecutorExtension

com.goide.highlighting.errorAnnotatorSuppressor

GoErrorAnnotatorSuppressor

com.goide.importResolver

GoImportResolver

com.goide.importsFilter

GoImportsFilter

com.goide.packageFactory

GoPackageFactory

com.goide.runConfigurationExtension

GoRunConfigurationExtension

com.goide.sdk.sdkVetoer

GoBasedSdkVetoer

com.goide.sdk.targetSdkVersionProvider

GoTargetSdkVersionProvider

com.goide.sdkProvider

GoSdkProvider

com.goide.support

GoLangSupport

openapi.xml

Extension Point

Implementation

com.goide.documentation.additionalDocumentationProvider

GoAdditionalDocumentationProvider

com.goide.importPathsProvider

GoImportPathsProvider

com.goide.imports.weigher

GoImportsWeigher

com.goide.rootsProvider

GoRootsProvider

Last modified: 15 April 2024