We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93afb91 commit 0fa65e4Copy full SHA for 0fa65e4
vscode-rescriptdep/README.md
@@ -9,6 +9,11 @@ A Visual Studio Code extension for visualizing dependencies between ReScript mod
9
- **Interactive Graph**: Click on modules to navigate through dependencies
10
- **High Performance**: Uses digest-based caching to improve performance for large projects
11
12
+<div style="display: flex; justify-content: space-between;">
13
+ <img src="images/rescriptdep_screenshot_0.png" alt="ReScript Dependency Visualization" width="49%">
14
+ <img src="images/rescriptdep_screenshot_1.png" alt="Module Dependency View" width="49%">
15
+</div>
16
+
17
## Platform Support
18
19
Currently, this extension is supported on:
0 commit comments