You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2020. It is now read-only.
Following issues needs to be addressed regarding documentation:
Since documentation is searched with selectSingleNode it will display wrong documentation if the tag remains same.
namespace specific documentation. If elements belongs to different namespace, it should search documentation based on the namespace. Currently, it searches all the xsds files specified in schemaLocation.
Steps to reproduce:
Open any of the complex pom.xml, such as this projects itself, in any editor supporting LSP, preferably VSCode.
Hover over artifactId in dependency and parent pom itself, both displays same documentation.
Following issues needs to be addressed regarding documentation:
documentationis searched withselectSingleNodeit will display wrong documentation if thetagremains same.namespacespecific documentation. If elements belongs to different namespace, it should search documentation based on thenamespace. Currently, it searches all the xsds files specified inschemaLocation.Steps to reproduce:
pom.xml, such as this projects itself, in any editor supporting LSP, preferablyVSCode.artifactIdin dependency and parent pom itself, both displays same documentation.