Skip to content

Commit 2995e4f

Browse files
committed
Enhance README.md for version 0.7.0 with unused module detection features
- Added section on "Unused Module Detection" to highlight the identification of modules without dependents. - Updated command list to include "ReScript: Show Unused Modules" for visualizing potentially unused code. - Included details on visualization improvements and user interaction enhancements for large projects.
1 parent 31fa5eb commit 2995e4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vscode-rescriptdep/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ A Visual Studio Code extension for visualizing dependencies between ReScript mod
66

77
- **Full Dependency Graph Visualization**: View the complete dependency graph of your ReScript project
88
- **Module-Focused Views**: Focus on a specific module and see its direct dependencies and dependents
9+
- **Unused Module Detection**: Identify modules that have no dependents to help locate potential dead code
910
- **Interactive Graph**: Click on modules to navigate through dependencies
1011
- **High Performance**: Uses digest-based caching to improve performance for large projects
1112

@@ -30,6 +31,7 @@ This extension provides several commands in the Command Palette (`Ctrl+Shift+P`
3031

3132
- **ReScript: Show Dependency Graph**: Shows the full dependency graph of your project
3233
- **ReScript: Focus On Module Dependencies**: Focuses on a specific module and its relationships
34+
- **ReScript: Show Unused Modules**: Identifies and visualizes modules that have no dependents (potentially unused code)
3335
- **ReScript: Clear Dependency Cache**: Clears the cached dependency data for improved accuracy after major changes
3436

3537
## Cache Management
@@ -75,6 +77,9 @@ This extension doesn't require any specific settings.
7577
### 0.7.0
7678

7779
- Added new command "ReScript: Show Unused Modules" to display modules without dependents
80+
- Enhanced visualization with special highlighting for unused modules
81+
- Improved user interaction for large projects with options to switch between view modes
82+
- Added visual indicators and tooltips for unused modules to help identify dead code
7883

7984
### 0.6.0
8085

0 commit comments

Comments
 (0)