ReacTree
ReacTree copied to clipboard
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...
Contribution guide lines and running the project locally ?
I have multiple files that only contains styles (styled components), and i would like to be able to remove that from tree. Ignore by certain name or being able to...
 ### OS: Windows 11 ### VSCode version: 1.74.2
First of all, thank you for this great package! It helps a lot to get a quick overview of the component structure, especially if you're just starting at a new...
Is there a restriction regarding the VS code version ? 
Hey people, the extension looks very nice! I had just a problem...I cannot fully use it because, in most of my projects, I use absolute imports ("@/..."), and like this,...
I loaded our larger production app into the ReacTree view and found it harder to navigate without being able to zoom out farther. For smaller apps it was fine. But...
Starting a diagram is a little cumbersome. I have to click the start button, then click to choose a file. The folder that the file picker defaults to is not...
### Problem On larger project, it is difficult to see where exactly I am in the project tree. ### Solution It would be useful to have simplistic minimap somewhere, where...
### 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...