You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we include a concrete example on what this folding range should look like? I personally feel like the current (2.2.3) folding for Proof bodies is good but maybe am missing a corner case
I believe currently this is only handled by vscode through indentation. If you don't add indentation to your proof blocks it won't work (see #137). Also this could add support for folding modules and sections.
Fix the folding ranges by letting the server send the ranges contained in
Proof. [...] Qed.
OrProof. [...] Admit.
.See: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_foldingRange
The text was updated successfully, but these errors were encountered: