ejgallego / coq-lsp

Visual Studio Code Extension and Language Server Protocol for Coq
GNU Lesser General Public License v2.1
151 stars 31 forks source link

[fleche] Auto-check documents on scroll when in lazy mode. #717

Closed ejgallego closed 4 months ago

ejgallego commented 4 months ago

We introduce a new coq/viewRange notification, from client to server, than hints the scheduler about the visible area of the document.

Combined with the new lazy checking mode, this provides checking on scroll, a feature inspired from Isabelle IDE.

TODO: