Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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