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.
To set up the development environment:
git clone https://github.com/decryptable/acode-copilot.git
cd acode-copilot
yarn install
yarn build
- Fork It
- Create your feature branch
git checkout -b feature/fooBar
- Commit your changes
git commit -am 'Add some fooBar'
- Push to the branch
git push origin feature/fooBar
- Create a new Pull Request