-
Notifications
You must be signed in to change notification settings - Fork 16
Add syntax hovers for oxcaml #168
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
Conversation
ac1611c to
3040c55
Compare
goldfirere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have nit-picked, as requested.
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
Co-authored-by: Richard Eisenberg <[email protected]>
|
I suggest re-reviewing |
goldfirere
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not re-check strings.
Co-authored-by: Richard Eisenberg <[email protected]>
This PR extends the syntax doc command to also provide information about pieces of oxcaml syntax. Ideally review of this PR also consists of reviewing the English descriptions that are contained within
syntax_doc.ml(I encourage nit-picking of them).This PR does not fully implement the functionality of hovering over modes and modalities. For this, the typedtree must first be extended to contain mode and modality location information, which is tracked by internal ticket 4845.