copilot.el icon indicating copy to clipboard operation
copilot.el copied to clipboard

An unofficial Copilot plugin for Emacs.

Results 67 copilot.el issues
Sort by recently updated
recently updated
newest added

I had difficulty getting this to work in spacemacs with the instructions that were provided. I did ultimately get it working, so I wanted to share my config. I ultimately...

First of all, huge kudos to making this run at all. Very impressive! When doing basic typing, all text is delayed. Maybe communication with Github servers runs synchronously somehow? Basically,...

emacs-version is 29.0.50, which has jsonrpc 1.0.15 built in. copilot-version is 0.9.6 node --version is v16.15.1 When I run `copilot-login` I get an error producing this backtrace: ``` Debugger entered--Lisp...

I guess this might be related to copilot.el,, as the emacs would hang, at least twice when I press ESC to reject the suggestions from the copilot. Since the emacs...

I'm using abo-abo's [lispy](https://github.com/abo-abo/lispy) to edit Lisps. Among other things, the package does a pretty good job of preserving the balance of parentheses, i.e. using its operations (like deleting a...

I don't know where this bug came from, but when copilot enabled in emacs (in wsl) buffer , each time press alt+tab to swith applications ,back to emacs, an I...

When I try to run `copilot-login` I get `helm-M-x-execute-command: Wrong number of arguments: (1 . 1)` The same goes for `copilot-diagnose`.

First of all, thank you for this amazing package! Steps to reproduce: 1. Open an empty file `test.el` with global-copilot-mode enabled 2. Type something like `(defun test () nil)` and...

Reading through the source code I notice that the name for Cojure mode might be misspelled [here](https://github.com/copilot-emacs/copilot.el/blob/main/copilot.el#L426)? I believe this should be `clojure` and not `clojurec`?