Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nezitx/acode-breadcrumbs
Breadcrumbs Plugin for Acode brings breadcrumbs navigation to the Acode editor.
https://github.com/nezitx/acode-breadcrumbs
acode acode-plugin breadcrumbs tree-sitter
Last synced: 2 days ago
JSON representation
Breadcrumbs Plugin for Acode brings breadcrumbs navigation to the Acode editor.
- Host: GitHub
- URL: https://github.com/nezitx/acode-breadcrumbs
- Owner: NezitX
- License: mit
- Created: 2025-01-11T17:06:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-02-08T17:25:09.000Z (3 days ago)
- Last Synced: 2025-02-08T18:22:50.187Z (2 days ago)
- Topics: acode, acode-plugin, breadcrumbs, tree-sitter
- Language: JavaScript
- Homepage: https://acode.app/plugin/x.breadcrumbs
- Size: 933 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](https://raw.githubusercontent.com/NezitX/acode-breadcrumbs/refs/heads/main/assets/banner.png)
# Breadcrumbs Plugin for Acode
![GitHub Repo Shield](https://img.shields.io/github/repo-size/NezitX/acode-breadcrumbs?color=%235501C9&label=Size&style=for-the-badge)
![License](https://img.shields.io/github/license/NezitX/acode-breadcrumbs?color=%235501C9&style=for-the-badge)
![GitHub Stars](https://img.shields.io/github/stars/NezitX/acode-breadcrumbs?color=%235501C9&style=for-the-badge)
![Version](https://img.shields.io/github/v/release/NezitX/acode-breadcrumbs?color=%235501C9&style=for-the-badge)Breadcrumbs Plugin for Acode brings **breadcrumbs navigation** to the Acode editor. It allows you to view and navigate the structure of your files with ease, displaying a visual hierarchy of your code right within the editor. Perfect for developers who want enhanced file navigation and a streamlined coding experience.
---
## Features
- **Code Hierarchy Navigation**: Displays a breadcrumb trail representing the structure of your file (e.g., classes, methods, or functions).
- **Seamless Integration**: Designed to work effortlessly within Acode.
- **Lightweight**: Minimal impact on editor performance while delivering powerful functionality.
- **Customizable**: Easily toggle visibility and manage plugin settings.---
## Usage
You can control the Breadcrumbs Plugin through the **command palette** or the following keybindings:
1. **Show Breadcrumbs**: `Ctrl-Alt-B`
2. **Hide Breadcrumbs**: `Ctrl-Shift-B`
3. **Enable Plugin**: `Ctrl-Alt-P`
4. **Disable Plugin**: `Ctrl-Alt-G`---
## Contributing
We welcome contributions to improve and expand the plugin! Here’s how you can help:
1. **Report Issues**: Submit bug reports or feature requests via the [issues](https://github.com/NezitX/acode-breadcrumbs/issues) section.
2. **Code Contributions**: Fork the repository, implement changes, and submit a pull request.---
## License
This project is licensed under the [MIT License](LICENSE).