how to see what is opened tag on a large file
-
For example I have
<div class=‘container’>
… large amoun of code here…
</div>when I reach to the bottom of page, clicking on closing </div> I need to see (in status bar, for example) its opened tag (<div class=‘container’>).
In contrary I must scroll and scroll up to check so basic info.
I know, there is a plugin using which I can press Ctrl T and go to the open tag, but I don’t need to go anywhere, I just want to know what is the corresponding tag above.