Project Dependency Tree
OverviewProject Dependency Tree is a Visual Studio Code extension for understanding project-to-project dependencies across an entire It focuses only on project dependencies. It does not turn the solution into a file, folder, class, namespace, or package graph. Highlights
Supported dependency modelThe extension uses
In this example, Only projects declared by the selected Solution are included in the dependency model. References to projects outside that Solution are not added to the tree. ExportUse Export TXT in the dependency-tree header to save the current tree as a UTF-8 text file. The extension opens the standard Save dialog and suggests a filename based on the selected Solution. InstallationFrom the MarketplaceSearch for Project Dependency Tree in the VS Code Extensions view and select Install. From a VSIXFor local installation:
Usage
Commands
Requirements
PrivacyThe extension reads the selected Solution and project files locally to build the dependency model. It does not send project contents to a remote service. SupportReport bugs and request features through the project's GitHub repository: https://github.com/CleanEngineering/ProjectDependencyTree_VSCode_Extension/issues DevelopmentThe extension is implemented with the VS Code Extension API, Webview HTML/CSS/JavaScript, and bundled Codicon assets. It has no runtime dependency on a third-party tree or graph library. To package locally:
LicenseMIT. See LICENSE. PublisherCreated and published by CleanEngineering. Repository: https://github.com/CleanEngineering/ProjectDependencyTree_VSCode_Extension SupportIf this extension is useful to you, consider supporting its development: Your support helps me continue building and maintaining free, open-source tools for developers. |
