mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
WEB-37747: add completion contributor id for YamlJsonSchemaCompletionContributor
GitOrigin-RevId: 2f68284e2677983f3ca01e4e96f16e5920ffd903
This commit is contained in:
committed by
intellij-monorepo-bot
parent
1e87b4f2f7
commit
dcdc84c270
@@ -36,7 +36,7 @@
|
||||
|
||||
<projectService serviceImplementation="org.jetbrains.yaml.YAMLElementGenerator"/>
|
||||
|
||||
<completion.contributor order="first" language="yaml"
|
||||
<completion.contributor order="first" language="yaml" id="YamlJsonSchema"
|
||||
implementationClass="org.jetbrains.yaml.schema.YamlJsonSchemaCompletionContributor"/>
|
||||
<lang.documentationProvider language="yaml" implementationClass="org.jetbrains.yaml.schema.YamlJsonSchemaDocumentationProvider" order="first"/>
|
||||
<gotoDeclarationHandler implementation="org.jetbrains.yaml.schema.YamlJsonSchemaGotoDeclarationHandler" order="last"/>
|
||||
|
||||
Reference in New Issue
Block a user