You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 21, 2025. It is now read-only.
The Depramanger is a Visual Studio Code (VSCode) extension designed to help developers manage dependencies for various programming languages. It provides functionalities to analyze, sync, update, and install dependencies, ensuring that your project's dependencies are up-to-date and correctly declared.
8
9
9
10
## Features
10
11
11
-
-**Dependency Analysis**: Scans your workspace to identify declared, installed, missing, and extra dependencies.
12
+
-**Dependency Analysis**: Scans your workspace to identify declared, installed, missing, and extra dependencies, also depedency trees.
12
13
-**Sync Declarations**: Automatically adds missing dependencies to your project's dependency files.
13
14
-**Check for Updates**: Notifies you of outdated dependencies and allows you to update them.
14
-
-**Install Specific Dependency**: Allows you to install a specific dependency for your project.
15
+
-**Install Specific Dependency, uninstall also**: Allows you to install, uninstall dependencies for your project, making it easier to install and uninstall.
15
16
-**Extension Recommendations**: Suggests and installs recommended VSCode extensions for your project's programming language.
16
17
-**Highlights outdated dependencies** Highlights outdated dependencies in the editor in the configuration file of the given language.
17
18
-**Scans for vulnerabilities** Scans for vulnerabilities in the dependencies of your project.
@@ -38,6 +39,7 @@ The Depramanger is a Visual Studio Code (VSCode) extension designed to help deve
38
39
The extension provides several commands that can be accessed through the Command Palette (`Ctrl+Shift+P`) or (`Cmd+Shift+P`).
0 commit comments