This would be really useful for people trying to write custom css styles; especially since the dev tools are already available.
I think a better approach would be making this feature available on dev builds (or under a switch on app preferences).
This way mainstream users don't happen to accidentally open the Inspect window, and it will still be available to those who want to debug their terminal plugins in "window-mode" and in "real-time".
A workaround is to use this button:
and then click on a element to make the dev-tools focus it.
I don't really know what's stopping right-clicking an element, maybe we could enable right-clicking when the dev-tools is open?
Closed in favor of #265
Most helpful comment
I think a better approach would be making this feature available on dev builds (or under a switch on app preferences).
This way mainstream users don't happen to accidentally open the Inspect window, and it will still be available to those who want to debug their terminal plugins in "window-mode" and in "real-time".