CodeEditApp / CodeEdit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.15k stars 1.02k forks source link

✨ GitHub Copilot support #1182

Open arguiot opened 1 year ago

arguiot commented 1 year ago

Description

Add support for GitHub Copilot. It's possible to add support using https://github.com/TerminalFi/LSP-copilot as a base.

Alternatives Considered

No response

Additional Context

No response

Screenshots

No response

lukepistrol commented 1 year ago

First we need to implement support for LSP. Once this is in place, it should be easy to add copilot from there.

fbartho commented 7 months ago

@lukepistrol I think that issue now lives here: https://github.com/CodeEditApp/CodeEditSourceEditor/issues/40