thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.9k stars 195 forks source link

Support for Github Copilot #806

Open phandrieu opened 1 year ago

phandrieu commented 1 year ago

Hey ! I love the app, it’s really great ! It might be even better if there was a support for GitHub Copilot! Then, the app would be awesome ! Thanks :)

bummoblizard commented 1 year ago

Copilot is closed source and do not provide publicly accessible APIs afaik. It is possible to experiment with other language models like ChatGPT though.

thekeith commented 1 year ago

I’ve been messing with copilot.vim and copilot.lua - should be doable as an LSP.