coq-lsp
coq-lsp copied to clipboard
Check on scroll (à la Isabelle)
trafficstars
Isabelle is able to check on editor scroll, including not checking the proofs that are not in view.
- in #717, we have implemented support for checking document only to the last position scrolled.
Still, skipping Qed. proofs that are not in view remains a TODO.
It would be cool if LSP natively provided us with hints for this, as well as for cursor position. Maybe worth opening an issue upstream?
See the discussion upstream in https://github.com/microsoft/language-server-protocol/issues/1414#issuecomment-1276590756