TerminalFi / LSP-copilot

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

🎊 Copilot Chat #168

Open TerminalFi opened 2 weeks ago

TerminalFi commented 2 weeks ago

Current status

TerminalFi 2024-07-02 at 15 29 07@2x

jfcherng commented 1 week ago

About handling $/progress, https://github.com/sublimelsp/LSP/issues/2494

jfcherng commented 1 day ago

image

jfcherng commented 1 day ago
  1. It also keep auto filling chat question for me 🤔
  2. What should happen if the user asks a new question (can he?) while the current one has not finished yet?
TerminalFi commented 1 day ago
  1. That's copilot suggested follow up. Probably need different approach 😀
  2. Yea, will have to check how vscode does it
TerminalFi commented 1 day ago

image

I think these are both fixed in latest

TerminalFi commented 22 hours ago

I'm still working on the other two

  1. Auto fill with suggested next question
  2. What to do when asking while waiting
TerminalFi commented 4 hours ago

I'm still working on the other two

  1. Auto fill with suggested next question
  2. What to do when asking while waiting
  1. Follow up is a link at the base of the chat panel
  2. We now prevent user submitting a new question while awaiting the next question. This is inline with VS Code
TerminalFi commented 54 minutes ago

The refactor is beautiful