My custom DocumentationProvider gets overriden

已回答

My custom DocumentationProvider gets overriden by YAML's scheme DocumentationProvider after changing the PSI Tree by adding lines for instance. I already tried setting the order of the DocumentationProvider inside the plugin.xml to "first" but that also didn't fix the issue. How can I prioritize my doc provider over yaml's scheme doc provider?

1

Please file a feature request https://youtrack.jetbrains.com/issues/IDEA to add a dedicated `id` to Yaml's YamlJsonSchemaDocumentationProvider, then you will be able to use "before <id>" in your plugin.

0

请先登录再写评论。