https://github.com/decryptable/acode-copilot
AI code completion for ACode
https://github.com/decryptable/acode-copilot
ai code-completion code-editor copilot
Last synced: 2 months ago
JSON representation
AI code completion for ACode
- Host: GitHub
- URL: https://github.com/decryptable/acode-copilot
- Owner: decryptable
- License: mit
- Created: 2025-02-08T13:27:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-08T14:25:56.000Z (11 months ago)
- Last Synced: 2025-02-08T14:26:45.976Z (11 months ago)
- Topics: ai, code-completion, code-editor, copilot
- Language: TypeScript
- Homepage: https://acode.app/plugin/dev.decryptable.copilot.beta
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!CAUTION]
> I no longer maintain this plugin and will not develop it in the future.
---
## Usage
Just install the plugin in ACode, enable it in the settings, and start coding! The AI-powered autocompletion will suggest relevant code snippets.
## Development Setup
To set up the development environment:
```sh
git clone https://github.com/decryptable/acode-copilot.git
cd acode-copilot
yarn install
yarn build
```
## Contributing
1. [Fork It](https://github.com/decryptable/acode-copilot/fork)
2. Create your feature branch
```
git checkout -b feature/fooBar
```
3. Commit your changes
```
git commit -am 'Add some fooBar'
```
4. Push to the branch
```
git push origin feature/fooBar
```
5. Create a new Pull Request