E
E

Emacs Copilot

The copilot-complete function demonstrates that ~100 lines of LISP is all it takes for Emacs to do that thing GitHub Copilot and VSCode are famous for doing except superior w.r.t. both quality and freedom

Cost / License

Platforms

  • Linux
  • Mac
  • Windows
  • BSD
  • GNU Emacs

Features

Properties

  1.  AI-Powered

Features

  1. GNU Emacs icon  Emacs integration
  2.  EMACS

Emacs Copilot News & Activities

Highlights All activities

Recent activities

No activities found.

Emacs Copilot information

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  749 Stars
  •  22 Forks
  •  6 Open Issues
  •   Updated  
View on GitHub
Emacs Copilot was added to AlternativeTo by Paul on and this page was last updated .
No comments or reviews, maybe you want to be first?

Official Links

What is Emacs Copilot?

The copilot-complete function demonstrates that ~100 lines of LISP is all it takes for Emacs to do that thing GitHub Copilot and VSCode are famous for doing except superior w.r.t. both quality and freedom

Emacs Copilot helps you do pair programming with a local-running LLM that generates code completions within Emacs buffers. The LLM is run as a sub-command that remembers your local editing history on a file by file basis. Tokens stream into your buffer without delay as gen'd and you can hit C-g to interrupt your LLM at any time. History and memory can also be deleted from the LLM's context when deleting code from your Emacs buffer that matches up verbatim. Copilot is language agnostic and your programming language is determed by file extension.