mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
* switch to 243, update gh-ic links * code samples: build against 2024.1 * action_basics: mute warning in PopupDialogAction * GH build: mute invalid plugin ID on CI * GH build: mute invalid plugin ID on CI * final 2024.3, regen EP-lists * code samples: 2024.3
4.4 KiB
4.4 KiB
GoLand Extension Point and Listener List
Overview of Extension Points and Listeners for GoLand.
Product-Specific Plugin Development: GoLand
17 Extension Points and 5 Listeners for GoLand
GoLand
GoLand – Listeners
Topic | Listener |
---|---|
GoLibrariesService#LIBRARIES_TOPIC | LibrariesListener |
GoModuleSettings#BUILD_TARGET_TOPIC |
BuildTargetListener |
GoModuleSettings#GO_SUPPORT_TOPIC |
GoSupportListener |
GoProjectLifecycleListener#TOPIC | GoProjectLifecycleListener |
VgoProjectSettings#VGO_INTEGRATION_TOPIC | IntegrationListener |
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 |