TerminalFi / LSP-copilot

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

feat: activity indicator #174

Closed TerminalFi closed 1 week ago

TerminalFi commented 1 week ago

https://github.com/TerminalFi/LSP-copilot/assets/32599364/e3e4c003-ec0c-40ae-b19b-32c7e90de4bd

TerminalFi commented 1 week ago

Not sure if this is the best implementation. Inspired by Package Control. However, simplified

TerminalFi commented 1 week ago

Addresses #166

jfcherng commented 1 week ago

LGTM.

jfcherng commented 1 week ago

lol I actually found it makes the status bar quite distracting

TerminalFi commented 1 week ago

lol I actually found it makes the status bar quite distracting

Maybe we hide behind a setting ?

jfcherng commented 1 week ago

Or maybe we show it when the time elapses a threshold. E.g., it only shows when elapsed time has been > 1 second.