Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Flutter: Find Unused Dart Files & AssetsNew to Visual Studio Code? Get it now.

Flutter: Find Unused Dart Files & Assets

esentis

|
97 installs
| (0) | Free
Find unused assets, files and never referenced dependencies to clean up your project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

This extension allows you to find unused assets, Dart files & dependencies in your project. Simply open the command palette (Cmd + Shift + P or Ctrl + Shift + P) and run the Find Unused Dart Files & Assets command. The output will be displayed in the Output panel of Visual Studio Code.

Usage

  • Open your project in Visual Studio Code.
  • Open the Command Palette (Cmd + Shift + P or Ctrl + Shift + P).
  • Type Find Unused Assets or Find Unused Dart Files and select the corresponding command from the list.
  • The results will be displayed in the Output panel.

Tips

If you have multiple projects open in Visual Studio Code, make sure to switch to the correct one before running the command. The results may take a few seconds to appear, so be patient.

We hope this extension helps you in cleaning up your projects and improving the performance. Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft