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

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

Awesome Lists containing this project

README

          

> [!CAUTION]
> I no longer maintain this plugin and will not develop it in the future.

---

Acode Copilot

AI code completion for ACode.










Static Badge

## 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