oslabs-beta / ReacTree

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
https://reactree.dev/
MIT License
149 stars 31 forks source link

Hotkey support #49

Open shtef21 opened 1 month ago

shtef21 commented 1 month ago

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