Emacs-copilot: Large language model code completion for Emacs

Emacs Copilot is a powerful tool that allows you to do code completions within Emacs buffers, rivaling the capabilities of Github Copilot and VSCode. With just a few lines of LISP code, you can harness the superior quality and freedom of Emacs Copilot. The local-running LLM (Language Model) used by Emacs Copilot, such as WizardCoder 34b, generates code completions in real-time, streamlining your pair programming experience. The generated code is language agnostic and tailored to your specific programming language based on file extension. By following simple steps, you can easily generate code snippets and complete functions with the help of Emacs Copilot.

https://github.com/jart/emacs-copilot

To top