Skip to content

ShubhamVerma1811/vscode-react-outline

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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