Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Circular Dependencies FinderNew to Visual Studio Code? Get it now.
Circular Dependencies Finder

Circular Dependencies Finder

Ole Fjaerestad

|
8,262 installs
| (1) | Free
Recursively find circular dependencies in your JavaScript/TypeScript/CSS project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Circular Dependencies Finder

Recursively find circular dependencies in your project. Supports the following filetypes: .js, .jsx, .ts, .tsx, .css, .scss, .less.

Demonstrating how to use the plugin

How to use

  1. Open the command palette (View -> Command Palette, or cmd + shift + p on macOS, ctrl + shift + p on Windows).
  2. Type circular dependencies and select the command you wish to run.

Settings

circularDependenciesFinder.excludeDynamicImports

  • Exclude dynamic imports (import(module)) when calculating circular dependencies.
  • Type: boolean
  • Default: false

circularDependenciesFinder.excludeTypeImports

  • Exclude import type statements when calculating circular dependencies.
  • Type: boolean
  • Default: false

Known Issues

  • Doesn't support tsconfig.paths.
  • Doesn't detect .ts imports from .js files.

Enjoy!

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