ReacTree icon indicating copy to clipboard operation
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...

Results 21 ReacTree issues
Sort by recently updated
recently updated
newest added

It would be nice to be able to download a screenshot of the tree (something like Code Snap)!

When VSCode is connected to a remote folder such as WSL, I expect the "Select File" option to present the Linux file structure much like the native Open File does....

I'm developing via SSH and this is preventing me from accessing my local environment and understanding the hierarchy. Is this something that ReacTree doesn't support?

Rather than trying to process imports by hand (which is causing problems with Typescript Path Aliases and `baseUrl`), why not resolve imports with the help of the Typescript Language Server?...

I see related issues from back in March, were they ever resolved? I'm using ReacTree v1.0.8 I have a react TS NextJS project with yarn workspaces, so I have imports...

Hi there, I'm not sure if there is a conflict somewhere in my VSCode Extensions or something else, but I have noticed Markdown preview files are being altered to a...

**Example:App.js** ``` ``` **The ReacTree:** ![recTreeIssue](https://user-images.githubusercontent.com/102951719/227762392-85f26f45-ffb6-453b-bb64-75e9e6895392.PNG) **Suggestion:** If we could also view the routes it would be much easier to understand the application structure.

After selecting the root file, I see only that file, with no tree. The file bubble has only a link to open the file. I get the same behavior with...

terminal style view for debug mode output, info during parsing and info about not founded paths

Repos which use this kind of alias in vite config below ``` export default defineConfig(({ mode }) => { const env = loadEnv(mode, process.cwd(), ''); console.debug('print current base path', env.BASE_PATH);...