
Let's have a look at 4 code-generation and -suggestion alternatives to GitHub Copilot that you can use in your programming today.

But fret not open source alternatives of varying specification exist, and are available for you to try out right now. Presently, Copilot is only available via approved request. Trained on billions of lines of public code, GitHub Copilot puts the knowledge you need at your fingertips, saving you time and helping you stay focused.Ĭurrently available for Visual Studio Code and platforms powered by a VS Code backend - such as GitHub's Codespaces - Copilot "understands" dozens of languages, with the technical preview being noted as doing "especially well for Python, JavaScript, TypeScript, Ruby, and Go." You can accept default code suggestions, cycle through additional proposals, modify the code you accept, or ignore Copilot suggestions at a particular point in your code altogether. Copilot is designed to improve over time, "learning" from how developers use it. Powered by OpenAI's Codex AI system, Copilot contextualizes a situation using docstrings, function names, comments, and preceding code to best generate and suggest what it determines to be the most appropriate code.

It has certainly made waves in the world of programming and beyond, and you have likely heard at least something about it.īut Copilot is more than simple autocomplete and is more context aware than other code assistants. Last year, GitHub publicly unveiled Copilot, the preview of its "AI pair programmer," a code completion style tool designed to provide line or function suggestions in your IDE. Of course, all credits to actually get the plugin working still go to Rien. It might be useful to people, as my config is more “traditional”. This overlays also pins the versions of the IDEs, but that’s not required of course. Below is the overlay I use to add the copilot plugin to Intellij Ultimate and Clion (given that the plugin PR is available in your nixpkgs, which you figured out already).
