My custom DocumentationProvider gets overriden

Answered

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 comment
Comment actions Permalink

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

Please sign in to leave a comment.