Skip to content

ShubhamVerma1811/vscode-react-outline

Repository files navigation

React Outline


Follow @verma__shubham

Support

If you liked this extensions then check out my other extensions and Follow me on Twitter 💙.


About

This extension enables support for symbols and outlines for a React files.

It can detect the following types of symbols, with nested support!

  • JSXElements - <Tags></Tags>
  • JSXFragments - <>Tags</> or <React.Fragment></React.Fragment>
  • JSXMemberExpressions - <Tags.Member></Tags.Member>
  • Logical expressions - true && <Comp/>
  • Conditional expressions - true ? <Comp1/> : <Comp2/>

Screenshot

Here is the screenshot with the extension enabled.

With the extension


Made with ❤️ by Shubham Verma