vscode-dependencyGraph
vscode-dependencyGraph copied to clipboard
A plugin for vscode to view your project's dependency graph
建议改一下滚轮相关的事件吧(可能是我个人操作习惯把,有点不太适应): | 滚动条操作 | 视图操作 | | ---------------- | -------- | | 滚轮滚动 | 上下滚动 | | shift + 滚轮滚动 | 左右滚动 | | ctrl + 滚轮滚动 | 缩放 |
Good if options are given to add fullpath/relative path
新功能建议
检测到循环引用,可以给一些提示么?
 Show all success but do not draw any graph
``` aaa.ts bbb.ts ccc.ts ddd.ts ```
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
When I try to export to SVG it never finishes but with png, it does everything ok.
It would be great to have a button/shortcut to expand all dependencies at once. Also would be great to be able to expand all nested dependencies of a given file.
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. Release notes Sourced from json5's releases. v2.2.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...