If I open Firefox Web Develop Web Console and I reference a query selector like this:
document.querySelector('selector');
I would like to highlight the selector that is returned, in the same style as if I were to right click the element and select 'Inspect Element'
This feature has landed. Now DOMNodes are nicely outputted to the webconsole: