Skip to content

decryptable/acode-copilot

Repository files navigation

Acode Copilot

AI code completion for ACode.


Static Badge

Usage

Important

This plugin is still in beta.

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:

git clone https://github.com/decryptable/acode-copilot.git
cd acode-copilot
yarn install
yarn build

Contributing

  1. Fork It
  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