ReacTree - VS Code extension that generates a hierarchy tree of React components with each node listing the passed down props, indicating whether it's connected the Redux store, and guiding you to the associated file with the click of a button
As a user, it seems intuitive to zoom in/out using mouse wheel or CTRL-minus or CTRL-plus.
I have just recently ran into this tool and it seems extremely useful, especially for large intertwined React projects with many files.
Solution
In order to improve navigation on all types of projects, especially larger ones, it seems extremly useful to add hotkey support, so that little time is wasted navigating through the components.
Additional information
No response
๐จโ๐งโ๐ฆ Contributing
[ ] ๐โโ๏ธ Yes, I'd love to make a PR to implement this feature!
Problem
As a user, it seems intuitive to zoom in/out using mouse wheel or CTRL-minus or CTRL-plus.
I have just recently ran into this tool and it seems extremely useful, especially for large intertwined React projects with many files.
Solution
In order to improve navigation on all types of projects, especially larger ones, it seems extremly useful to add hotkey support, so that little time is wasted navigating through the components.
Additional information
No response
๐จโ๐งโ๐ฆ Contributing