https://github.com/pseudocc/copilot-playground
Try the GitHub Copilot, I am actually impressed/
https://github.com/pseudocc/copilot-playground
Last synced: 28 days ago
JSON representation
Try the GitHub Copilot, I am actually impressed/
- Host: GitHub
- URL: https://github.com/pseudocc/copilot-playground
- Owner: pseudocc
- Created: 2023-03-30T02:09:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-30T02:32:37.000Z (about 3 years ago)
- Last Synced: 2026-03-29T17:09:02.695Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NOTHING
Just want to test the functionality of the GitHub Copilot.
Codes are not corrected line by line, and it will segfault LUL.
## General Idea
Quite a useful tool, neat code, but makes mistake sometimes.
| Documenting | Code Completion |
|:------------|:----------------|
| 8/10 | 9/10 |
## Misc
### Problem
My `` key is mapped to nvim-cmp functionalities, and it may fallback when the cmp context
menu is not availiable. But copilot plugin has no idea about that, and it will fail to enable
itself with it's default settings.
### Solutiuon
My Neovim settings for Github Copilot:
[commit](https://github.com/pseudocc/dotfiles/commit/d0d2824ea9c6a0a36d12994b7eceb7cfa469d014)