-
Notifications
You must be signed in to change notification settings - Fork 49.9k
Open
Labels
Component: Developer ToolsReact Core TeamOpened by a member of the React Core TeamOpened by a member of the React Core TeamType: Enhancement
Description
I have a particular pattern that I struggle with when navigating deep trees in devtools: I want to see all siblings of a node together.
Say I'm in the middle of something and I wonder what are all nodes on the same level. It's super hard to actually get to that state. I wonder if we could tweak "left" button to do that as an intermediate state.
- first press: collapse the current node
- second press: collapse all siblings (new)
- third press: move to the parent
Maybe this is too crazy :-) Or maybe there's another mechanic that can achieve the same effect. The goal here is to be able to make sense of the tree structure by going upwards. Currently implementation details of children prevent me from seeing it. (At least, with the "expand" mode on — which is now on by default.)
Originally reported by @gaearon via bvaughn/react-devtools-experimental#384
OnkelTem, deniss-muhla, zinoviev, xixixao and Strajkultrox and joechan2017
Metadata
Metadata
Assignees
Labels
Component: Developer ToolsReact Core TeamOpened by a member of the React Core TeamOpened by a member of the React Core TeamType: Enhancement