AmigoHub

Amigo

Amigo Logo

Amigo is a Visual Studio Code extension that enhances project hygiene by scanning for unused files and providing an intuitive interface to manage them. Keep your workspace clean and organized with fast, lightweight scanning.


Features


Commands


Configuration

You can customize Amigo via VS Code settings:

Amigo respects .gitignore and custom ignore patterns, scanning all file types for unused files.


Usage

  1. Install Amigo from the VS Code Marketplace or a .vsix file (Extensions > ... > Install from VSIX).
  2. Open a project folder in VS Code (File > Open Folder).
  3. Run commands via the Command Palette (Ctrl+Shift+P) or right-click in the Explorer:
    • Right-click a folder and select Amigo: Scan to start a scan.
    • Right-click a file and select Amigo: Clean to delete it (if unused).
    • Right-click a folder and select Amigo: Clean --all to delete all unused files.
  4. View results in:
    • Output tab (“Amigo” channel) for a detailed list of unused files.
    • Amigo: Unused Files Tree View in the Explorer sidebar.
  5. In the Tree View, right-click files to open, delete, or ignore them.

Improvements in Latest Version

0.0.7

0.0.6

0.0.1


Troubleshooting


Feedback

Report issues or suggest features at https://github.com/ChandanSaroj/amigo/issues.

Keep your projects clean with Amigo!