typescript-vscode-plugins
typescript-vscode-plugins copied to clipboard
[Feature] jsx outline filter nodes
Why
With UI lib like mui, the component tree is very deep. It would be very useful if the outline can filter out component nodes for clean structure.
do you want a setting to remove specific outline items by regexp? eg /^[A-Z]/
anyway I really do suggest splitting the component tree into smaller components (we have our code action Extract to JSX btw for this) or at least extracting specific JSX tree parts into variables in the same component.