But sometimes if the page is very long the feature is less useful. You get the green/red highlighting that hints you if the tag is correctly nested, but you can't see the opening & closing tag together because they don't fit in the screen.
Example:
Code: Select all
<div class="myDiv1">
.... some code ....
<div class="myDiv2">
.... some more code ....
<div class="myDiv3">
.... even more code ....
</div>
</div>
</div>
I think it would be great if when hovering a closing tag, Webuilder could show a tooltip with the contents of the matching opening tag. So if in the example above I hover the mouse arrow on the last "</div>" tag, it should show a tooltip with [ <div class="myDiv1"> ].
I think it shouldn't be too hard to implement as you've already got the matching tag highlighting working. Hope you'll keep this request in consideration.
Thanks and keep up the great work.