Skip to content

Releases: shakedhagag/directive-tree

0.3.5

21 Sep 10:13
Compare
Choose a tag to compare

🌳 Directive Tree v0.3.5 Release Notes

  • Fixed the issue where ripgrep is not found on different os.

0.3.2

12 Sep 10:31
Compare
Choose a tag to compare

🌳 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

10 Sep 07:05
Compare
Choose a tag to compare

🌳 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

09 Sep 17:05
Compare
Choose a tag to compare

🌳 Directive-tree v0.2.2 Release Notes

✨ New Features

  1. 🔍 Exported Functions Visibility: View all exported functions in your project.

  2. 🚫 Unused Exports Detection: Identify exported functions not imported in the codebase.

  3. 🚀 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

05 Sep 16:02
Compare
Choose a tag to compare

🎉 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.