Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

decryptable/acode-copilot

Repository files navigation

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:

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