redhat-developer / vscode-xml

Editing XML in Visual Studio Code made easy
Eclipse Public License 2.0
254 stars 79 forks source link

Add support for XML references accross multiple XML files #994

Open tbazant opened 4 months ago

tbazant commented 4 months ago

XML references work fine within a single XML file. Please, add support for the scenario when a.xml's <xref/> references b.xml's xml:id thanks!

angelozerr commented 4 months ago

Indeed it would be nice but it requires to scan folders and could parse a lot of XML files.

I had in my mind to provide the capability to define a search scope to avoid scannings all files from the project.

It is not a trivial issue.