You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: