Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>React ExplorerNew to Visual Studio Code? Get it now.
React Explorer

React Explorer

Learn Time

| (0) | Free
Explores React components in your project, displaying them in an organized tree view within the Explorer panel for easy navigation and management
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

React Components Classifier

Scans your workspace and organizes React components by dependency level using an Atomic Design-inspired model.

  • 🌿 Atoms — components with no internal project dependencies
  • 🧩 Molecules — components that use at least one atom
  • 🧱 Organisms — components that use at least one molecule
  • 🚀 Complex Organisms — components that use at least one organism

Features

  • Classify React components automatically
  • Show results in a dedicated Explorer tree view
  • Support JSX and modern React syntax
  • Make component dependencies easier to understand
  • Tag unused components (components not referenced by other components are marked (unused) in the tree view)- Filter components by name in the tree view

Usage

  1. Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P).
  2. Run Classify React Components.
  3. Open the React Components Classifier view in Explorer.
  4. Use Filter React Components from the Command Palette or the tree title buttons to narrow the view.
  5. Use Clear React Components Filter to restore the full tree.
  6. Expand levels and click a component to open the source file.

Demo

demo

Feedback

If you have suggestions or encounter issues, please open an issue in the repository.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft