web-mode-edit-element icon indicating copy to clipboard operation
web-mode-edit-element copied to clipboard

Add info about current position in the tree structure

Open fniessen opened this issue 6 years ago • 0 comments

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>

fniessen avatar Jan 07 '19 15:01 fniessen