HtmlReferenceProvider for tag names ?
Is it possible to provide a reference for a tag name using HtmlReferenceProvider ?
I have references for attribute values working just fine, but it seems that if the text range of the reference is the actual tag name i get no reference. The actual methods from the HtmlReferenceProvider get called anyway, including resolve(), but when i try to navigate to the reference nothing happens.
Please sign in to leave a comment.
I think this happens because the editor always tries to resolve tag names to the HTML schema and doesn't care about custom reference providers.
Anyone knows if this is true ?