I have been using Chrome dev tools to work on a code base that was not created by me.
There are numerous deeply nested elements scattered throughout the code. I find myself having to manually search through the HTML structure in order to select them with CSS, and it's taking up a lot of time.
It would be so much easier if there was a tool that allowed me to simply select the top element and the specific deeply nested element I want, and then generate the hierarchy in a CSS formatted block for me to quickly start working on.
I am wondering if such a convenient tool exists or if there is something similar available within Chrome dev tools.
Appreciate any help. Thank you.