TerminalFi / LSP-copilot

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

fix: scroll view to make full completed text visible #41

Closed jfcherng closed 1 year ago

jfcherng commented 1 year ago

image

Say your cursor is near the bottom of the viewport. After accepting a multiline completion, the completed text can be out of the viewport. This PR mimics what will happen as-if you paste those completion codes at the cursor position. ST will scroll the viewport.