TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
658 stars 24 forks source link

feat: previous/next completions #13

Closed jfcherng closed 2 years ago

jfcherng commented 2 years ago

https://user-images.githubusercontent.com/6594915/179384384-a0e35df5-7184-4369-972b-2195edd755ee.mp4

Use alt+[ and alt+] to do completion cycling.


Now we store following things in view settings:


Resolves #6

timfjord commented 2 years ago

As for the UI, maybe we should remove the right border in the prev button and the left border in the next button. This way they will be like one button?

jfcherng commented 2 years ago

As for the UI, maybe we should remove the right border in the prev button and the left border in the next button. This way they will be like one button?

image Done in 3ff03dcd401ace38e7652ddcf61e8f0912e8c1db and ff003f2f870ef019bfcf6a66c9d0a15b7bef235d.

timfjord commented 2 years ago

Not bad 👍🏻