Not a bug or feature, I just want to discuss something.
From the start, my goal with this extension was to highlight elements in a page. I wanted a quick way for users to type in some search criteria and have the matching elements be visually highlighted in the page directly.
This is why the current behaviour is that all matches get highlighted from the start. And then as you hover over nodes in the output panel, only these individual nodes get highlighted. But as soon as mouse out of the panel, all nodes get highlighted again.
After some time using this, I find this a bit distracting. More often than not, I don't actually want all of these elements to be highlighted, and all I care about is the list of results in the panel and either scrolling to an element or selecting it in the inspector.
Also seeing how people like the CSS computed style search feature, I think the goal of this extension is to find things, not necessarily highlight them.
So in commit 984dfd4 I proceeded to remove the highlight all feature. Now elements only get highlighted on hover, but by default nothing gets changed in the page.
@rajatvijay @juliandescottes @jonathanGB you all contributed to this extension in some way, I'd be interested to know about your point of view on this, but anyone should feel free to chime in.
Not a bug or feature, I just want to discuss something.
From the start, my goal with this extension was to highlight elements in a page. I wanted a quick way for users to type in some search criteria and have the matching elements be visually highlighted in the page directly.
This is why the current behaviour is that all matches get highlighted from the start. And then as you hover over nodes in the output panel, only these individual nodes get highlighted. But as soon as mouse out of the panel, all nodes get highlighted again.
After some time using this, I find this a bit distracting. More often than not, I don't actually want all of these elements to be highlighted, and all I care about is the list of results in the panel and either scrolling to an element or selecting it in the inspector.
Also seeing how people like the CSS computed style search feature, I think the goal of this extension is to find things, not necessarily highlight them.
So in commit 984dfd4 I proceeded to remove the highlight all feature. Now elements only get highlighted on hover, but by default nothing gets changed in the page.
@rajatvijay @juliandescottes @jonathanGB you all contributed to this extension in some way, I'd be interested to know about your point of view on this, but anyone should feel free to chime in.