I have some templates which define the same fields like 'Page Title' or 'Page Name' or something, but they're defined in different sections.
When a content item uses both of these templates, of course they both show up in their sections when editing the item. What is the best way to find these occurances?
I was writing some code to inspect all the templates, recursively look at template inheritance, and find duplicates, but that was getting out of hand.
What about looking at all the content items themselves to see all fields from all sections, and see if there's overlap? This would get me where I need to go, but I don't see how to do that given a Sitecore Item.