Principles of GitHub Copilot Intelligent Autocompletion
已回答
Our company prohibits external internet access for development, and we also have our own AI platform. I want to develop a plugin similar to GitHub Copilot, mainly to generate code recommendations based on comments and insert the recommended code with the Tab key.
Can you provide guidance on how to implement this?
请先登录再写评论。
Hi,
There are different approaches to implementing such a plugin. We did not implement the GitHub Copilot plugin and don't know its implementation details. I suggest checking the existing plugins on the Marketplace: https://plugins.jetbrains.com/search?tags=Machine%20Learning
and choose the one that best suits your requirements and expectations, and check its source code if available.