VS Code Circular Dependencies Finder
Recursively find circular dependencies in your project. Supports the following filetypes: .js , .jsx , .ts , .tsx , .css , .scss , .less .
How to use
- Open the command palette (View -> Command Palette, or cmd + shift + p on macOS, ctrl + shift + p on Windows).
- Type
circular dependencies and select the command you wish to run.
Settings
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!
| |