https://copilot.github.com/github 搞了一个代码自动完成的 AI 工具,目前只有 vscode 插件,看样子比 tabnine 之类的更强大。
How does GitHub Copilot work?
OpenAI Codex was trained on publicly available source code and natural language, so it understands both programming and human languages. The GitHub Copilot editor extension sends your comments and code to the GitHub Copilot service, which then uses OpenAI Codex to synthesize and suggest individual lines and whole functions.
因为会把代码发送到 github 的服务器,所以需要考虑私有代码的合规性
--
修改:eGust FROM 115.188.133.*
FROM 115.188.133.*