Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dependency MapperNew to Visual Studio Code? Get it now.
Dependency Mapper

Dependency Mapper

mszkarlat

| (0) | Free
Select a js or ts file to map its dependencies.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Initial Design

Inputs Base app file path(app.js,main.js,etc)

Processing Starting from the root directory, fetch a list of all imports. Iterate through the imports, then generate a list of node. When stepping into the next node, generate an edge.

Repeat.

Outputs Interface to display nodes and their edges

Notes Use Depth first search to explore all possible paths using a stack.

Store visited paths due to the fact some imports are circular, so we need to avoid infinite loops.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft