Three powerful AI programming tools that can easily replace Github Copilot

Hello everyone, mention it Github Copilot, I believe many readers have heard of or even used it, as Githuban advanced programming auxiliary plug-in developed by us, it can be used in our daily code writing process, according to the context content, comments and other information of the code. Inference generates high-quality code, which greatly improves our code writing efficiency.

And since the public beta ended in August last year Github Copilotand started to charge, many of the same type of free smart assistant plug-ins for individuals have sprung up like mushrooms. In today’s article, I will introduce three of the more mainstream plug-ins, so that Enrich your options:

1 Amazon CodeWhisperer

Amazon CodeWhispererIt is a free AI code generation tool developed by Amazon, which provides unlimited intelligent code generation services for individual users:

In vscode, we can AWS Toolkituse the functions integrated in it by installing the plug-in CodeWhisperer:

2 Codeium

CodeiumIt is a Github Copilotbenchmarking , supports various mainstream programming languages, and is also free for individual users:

I have been using it since its launch, and the experience is very similar Github Copilot. The quality of the generated code is very good, and it also has a similar Cursorcode dialogue explanation function, which can ask questions and intelligently refactor the code fragments you care about. The function is quite rich :

3 CodeGeeX

CodeGeeXCompared with the previous two plug-ins, it is less popular, but especially because it is open source, project address: https://github.com/THUDM/CodeGeeX:

In addition to the conventional function of generating code based on context and prompts, CodeGeeXit also has the function of code cross-language translation, such as the following example:


The above is the whole content of this article, welcome to discuss with me in the comment area~

Guess you like

Origin blog.csdn.net/2301_78285120/article/details/130857562