react-component-tree
react-component-tree copied to clipboard
React Component Viewer - A convenient way to traverse your React app in VS Code
Thank you for doing this component and keeping this viewer alive! I used Sapling in several of my Pluralsight courses as a teaching aid, and I plan on updating to...
On Mac, when I "Choose a file..." and pick a component React file, nothing happens.
**Is your feature request related to a problem? Please describe.** For me, the issue is that I cannot jump to a parent react component in any easy way. I work...
**Describe the bug** It seems I can only click on higher level nodes to open the corresponding code file, but this doesn't work on leaf nodes. **To Reproduce** Steps to...
… slow since we have to search through each exported file in the barrel file
**Is your feature request related to a problem? Please describe.** We as a guideline do not de-structure our props inline in the function component statement. If I am not mistaken...
**Is your feature request related to a problem? Please describe.** Currently I work in using Windows Subsystem for Linux and keep my code in a git folder in WSL. If...
## Features - [ ] Persist webview tree state within sessions, and across editor restarts. #12 - [Webview Persistence](https://code.visualstudio.com/api/extension-guides/webview#persistence): `WebviewPanelSerializer` (preferred), `retainContextWhenHidden` (high memory usage, last resort) - Approach originally...
## 1. Parser ### A. Expand Import Statement support #### a) Static Imports - [ ] For static import statements with namespace or default specifiers, only add members that are...
use vscode extension api to save the expand collapse state, so that it doesn't get reset when extension view is switched