Releases: shakedhagag/directive-tree
Releases · shakedhagag/directive-tree
0.3.5
0.3.2
🌳 Directive Tree v0.3.2 Release Notes
🐛 Fixes
- VSCode's native collapse all functionality for the tree view.
- Now using @vscode/ripgrep first, and fallback to machine's ripgrep if needed (this would ensure users without ripgrep installed will not have issues running this extension)
- Some small bug fixes, see changelog
0.3.0
🌳 Directive Tree v0.3.0 Release Notes
✨ New Features
- 🚨 Unused Function Detection: Easily spot potentially unused exports within 'use server' files
- 🚀 Quick Navigation: Click on function names to jump to their definitions
🐛 Fixes
- 🔄 Resolved circular reference issues in tree items
- 🖼️ Corrected relative path on different operating systems
0.2.2
🌳 Directive-tree v0.2.2 Release Notes
✨ New Features
-
🔍 Exported Functions Visibility: View all exported functions in your project.
-
🚫 Unused Exports Detection: Identify exported functions not imported in the codebase.
-
🚀 Jump to References: Quickly navigate to all references of a function throughout your project.
💬 Feedback
For issues or suggestions, please open an issue on our GitHub repository.
0.1.0
🎉 Initial Release
- Directive Scanning: Automatically scan your workspace for 'use client' and 'use server' directives.
- Tree View: View a hierarchical representation of directives organized by folders and files.
- Quick Navigation: Easily jump to the exact file and line containing a directive by clicking on a tree item.
- Auto-Refresh: Tree view automatically updates when you save a file.
- Manual Refresh: Ability to manually refresh the entire workspace or a single file.