A VS Code extension that provides a visual tree representation of file import dependencies. This extension helps developers understand and navigate through the import relationships between files in their project.
Features
Visualize import dependencies in a tree structure
How to Use
Open the Import Tree view in the VS Code sidebar
Select a file in your project that you want to investigate
Type the importTree.show command
Requirements
VS Code 1.49 or higher
Installation
Open VS Code
Go to the Extensions view (Ctrl+Shift+X)
Search for "Import Tree"
Click Install
Development
To contribute to this extension:
Clone the repository
Run npm install
Run npm run watch or npm run compile
Press F5 to start debugging
VS Code API
This extension uses the following VS Code APIs:
window.registerWebviewViewProvider for the tree visualization
File system APIs for analyzing imports
Tree view APIs for displaying the dependency structure