Component TrackerComponent Tracker is a Visual Studio Code extension designed to track and display the usage of React components in your project. With this extension, you can quickly get an overview of the usage of all functional React components in your workspace, how much each component is being used, which ones are being used and which ones are not. This can provide valuable insights and help you maintain your codebase more effectively. Features
InstallationTo install the extension, follow the standard Visual Studio Code extension installation process:
Now you're ready to view your component usage! UsageOnce installed, the extension automatically starts tracking the usage of components. The list of components is displayed in a view. Icons will denote whether a component is being used ("check" icon) or not used ("cross" icon). ContributingWe welcome contributions! Please read LicenseThis project is licensed under the MIT License - see the |