Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidkid-deluxe/sublime-text-bito
AI powered code completion in sublime text, using Bito
https://github.com/squidkid-deluxe/sublime-text-bito
ai auto-completion chatgpt code-completion llm sublime-text sublime-text-4
Last synced: 8 days ago
JSON representation
AI powered code completion in sublime text, using Bito
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/sublime-text-bito
- Owner: squidKid-deluxe
- License: mit
- Created: 2024-01-18T21:04:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T21:13:51.000Z (about 1 year ago)
- Last Synced: 2024-11-14T16:45:23.402Z (2 months ago)
- Topics: ai, auto-completion, chatgpt, code-completion, llm, sublime-text, sublime-text-4
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BitoSuggest Sublime Text Plugin
This Sublime Text plugin, `BitoSuggest`, integrates with Bito to provide code suggestions based on your existing code.
## Features
- Run Bito suggestions within Sublime Text.
- Automatically continues your code based on the existing content.## Installation
1. Clone this repository or download the ZIP file.
2. Extract the contents (if downloading the ZIP).
3. Copy the entire folder into your Sublime Text "Packages" directory.
- On Windows: `%APPDATA%\Sublime Text\Packages`
- On macOS: `~/Library/Application Support/Sublime Text/Packages`
- On Linux: `~/.config/sublime-text/Packages`*PLEASE NOTE: I do not guarantee this package works on anything but Linux. I have no other operating systems to test it on.*
Contributions to ensure better support welcome.
## Usage
1. Open Sublime Text.
2. Place your cursor beneath where you want to get Bito suggestions.
3. Right click, and in the context menu, you should find a "Bito" entry. Click it.## Configuration
Ensure that the `bito` command is available in your system's PATH, via installing and signing up for bito.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- Thanks to the Sublime Text team for providing a powerful and extensible text editor.
- Bito for providing intelligent code suggestions.Happy coding!