web-mode-edit-element
web-mode-edit-element copied to clipboard
Add info about current position in the tree structure
Dear,
One great addition to your tools would be to display somewhere (header-line? mode-line?) the information about the current position, for example:
html > head > meta
if we are somewhere on a meta tag:
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<META HTTP-EQUIV="REFRESH" CONTENT="0; URL=login.htm">
<title>Test</title>
</head>
<body>
</html>