알 수 없는 id를 가진 확장을 참조하면 런타임에 오류가 발생할 수 있습니다.
지원되는 확장 지점은 다음과 같습니다.
advanced.setting.* 키의 com.intellij.advancedSettingExperiments.isFeatureEnabled()/setFeatureEnabled()의 com.intellij.experimentalFeatureNotification 생성자 및 NotificationGroupManager.getNotificationGroup()의 com.intellij.notificationGroup
Registry 메서드 key 매개변수의 com.intellij.registryKeytoolwindow.stripe.* 키의 com.intellij.toolWindow
plugin.xml에서 해당 <extensionPoint> 선언을 참조하는 확장점 이름입니다.
com.intellij.openapi.extensions.ExtensionPointName 생성자 및 create()com.intellij.openapi.extensions.ProjectExtensionPointName 생성자com.intellij.openapi.util.KeyedExtensionCollector 및 상속자 생성자
plugin.xml에 선언된 <action> 혹은 <group> id를 참조하는 중.