This repository is a demo repository used to show GitHub Copilot's usage on IBM App Connect Enterprise (ACE) and ESQL development. It features sample ACE code from a repo by IBM Tech Xchange Lab, forked from https://github.com/ot4i/ace-source.
If you are using this code with the IBM ACE Toolkit IDE, it supports the GitHub Copilot plugin for Eclipse. Just install it from the Eclipse Marketplace and then sign-in with a GitHub account.
I have added custom instructions files in the .github folder:
- One main copilot-instructions.md file, which is used on any Copilot prompt
- Example scoped instructions files for ESQL and MSGFLOW development, linked from copilot-instructions
You can copy these files to your own repository, and extend them with more of your own development guidelines and coding standards.
To learn more about custom instructions in GitHub Copilot, see Adding repository custom instructions for GitHub Copilot.
To see examples of custom instructions for other languages, see the Awesome Copilot community repository.