Open
Description
This feature request is part of the larger theme of context menus not being tailor for developer needs in DevTools #50.
By the nature of my current project, I have to manipulate DOM objects, is a sense that execution of the code highly depends on involved DOM object.
So the problem is that If you happen to have a local variable assigned to DOMElement
to see where it is located within the document you need to do the following:
- Copy variable name
- paste it to Console
- Hit enter
- Open context menu on the result
- Pick Reveal in Elements panel
- Open Context menu again
- Pick 'Scroll into view' half a screen away from the current mouse position from the list of unrelated and visually similar options.
At this point, repeating the command and typing .scrollIntoView()
feels line a shortcut. CUI wins over GUI.
Thank you for considering this request.
AB#39424857