turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Great project! Integration with Github copilot (as a plugin)

Open Kangmo opened this issue 2 years ago • 2 comments

Hi, I was following your project, and I admire your job and continuous effort on this project.

In the future, how about creating a plugin system and implementing Github copilot as a plugin? Now AI is developing software quite well, so this feature can be a killing point of turbo editor.

Thanks, Kangmo

Kangmo avatar Jan 02 '23 23:01 Kangmo

Hi Kangmo,

I see there exists a GitHub Copilot plugin for Neovim, so this is certainly something that can be done.

However, I would first have to figure out how to make a plugin infrastructure that does not suck.

In the early stages of this project I considered relying on Neovim as the text editing engine, but I didn't succeed, so that's why I went ahead with Scintilla. If Turbo was just a UI for Neovim, then it would be also compatible with Neovim plugins out-of-the-box.

magiblot avatar Jan 03 '23 20:01 magiblot

Neovim sounds like an interesting project. Will check it out. Thank you.

Kangmo avatar Jan 05 '23 15:01 Kangmo