A VS Code extension that visualizes your code navigation history as an interactive tree and stack, helping you understand and navigate complex codebases more effectively.
This extension provides two powerful views to help you track your code navigation:
Located in the Explorer sidebar, this view presents the complete hierarchical structure of your navigation path. The tree is fully interactive - simply click on any node to jump back to that point in your navigation history.
Key Features:
- 📊 Visual hierarchy of your code navigation
- 🎯 Click any node to navigate back to that location
- 🎨 Color-coded by file for easy identification
- 🔄 Automatically updates as you navigate
This panel shows your current navigation branch, displaying the path from the root to your current position in the navigation tree.
Key Features:
- 📍 Shows current position in navigation hierarchy
- 📝 Displays function/method names with file locations
- 🎨 Color-coded file indicators
- ⚡ Quick navigation by clicking on any stack entry
- Code Review: Track your exploration path when reviewing unfamiliar code
- Debugging: Maintain context when jumping between function calls
- Learning: Visualize code structure relationships as you explore
- Refactoring: Keep track of dependencies while restructuring code
Please report any issues on the GitHub repository.
Contributions are welcome! Please see CONTRIBUTING.md for guidelines.
If you find this extension helpful, please consider:
- ⭐ Starring the GitHub repository
- 📝 Writing a review on the VS Code Marketplace
- 🐛 Reporting bugs or suggesting features via GitHub Issues
Enjoy navigating your code! 🚀


