'Visual studio 2022 perform search into .xsd designer

I have a big project with an .xsd file that contains the dataset of all the tables of the database. I use the .xsd designer integrated with visual studio to add query to table adapter and other stuff.

Due to the large amount of tables in the .xsd file is hard to locate a specific table, and i can't find a way to perform a search in this file; the common ctrl+f is doing nothing in this kind of file.

enter image description here

I've also tried to open the .xsd file with XML Schema Explorer, here i can perform a search, but i can't link back to the .xsd designer, because the search is performed in the xml schema.

enter image description here

Is there a way to perform a search in the .xsd designer?



Solution 1:[1]

What version of visual studio are you using? in VS2022 there is a 'Show in Graph View' right click option in the XML Schema Explorer.

So you can use the search box in the explorer and then jump to it in the graph view?

XML Schema Explorer right-click

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Aero9999