-
-
Notifications
You must be signed in to change notification settings - Fork 196
Description
Currently, I need to check each development environment (Android Studio, npm, pip, Cargo, etc.) individually to determine what dependencies are present. This requires manually reviewing each option to obtain a comprehensive view of all development-related files.
It would be helpful to have an option to display all development environment dependencies in a single view. This could display dependencies from all detected environments simultaneously, perhaps organized by category (e.g., npm packages, pip packages), making it easier to review everything without requiring multiple clicks.
- A "Scan All" button that checks all environments simultaneously
- Multi-select capability in the dropdown to check several environments at once
- A summary view showing which environments have dependencies before diving into each one
This would streamline the process for users working with multiple development environments. The current system works well, and this would be a convenient feature to save time when reviewing all development dependencies. Thank you for considering this suggestion.