-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fleche] Document-structure support #322
Milestone
Comments
ejgallego
added a commit
that referenced
this issue
Sep 26, 2023
Nodes can now have children; this gives the consumers (error recovery, document outline, analysis tools, etc...) a much more convenient representation of the document. We postpone adapting the document outline code to a further PR, so we have tested this with the `coq/getDocument` API call. As it is sadly the case for most `coq-lsp` features, I don't have the resources to add a test case, so tagging this with `needs: test-case` for the future. Fixes #322
ejgallego
added a commit
that referenced
this issue
Oct 2, 2023
Nodes can now have children; this gives the consumers (error recovery, document outline, analysis tools, etc...) a much more convenient representation of the document. We postpone adapting the document outline code to a further PR, so we have tested this with the `coq/getDocument` API call. As it is sadly the case for most `coq-lsp` features, I don't have the resources to add a test case, so tagging this with `needs: test-case` for the future. Fixes #322
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of today, documents are flat, but we want to query the language manager for structure and reflect that in our model.
This is the continuation of #325
Related issues:
Qed
proofs universe effects #310The text was updated successfully, but these errors were encountered: