Skip to content
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

Add GUI option for new Syntax Documentation command #1312

Closed
PizieDust opened this issue Dec 27, 2023 · 0 comments · Fixed by #1313
Closed

Add GUI option for new Syntax Documentation command #1312

PizieDust opened this issue Dec 27, 2023 · 0 comments · Fixed by #1313
Labels
ocamllsp type: feature New feature or request

Comments

@PizieDust
Copy link
Contributor

Related to ocaml/ocaml-lsp#1218

A new Syntax Document command is being implemented in Merlin which will display some information about the OCaml syntax under the cursor, such as where to find information about it on the official OCaml documentation website.
This feature will be a good wingman for complete beginners in OCaml and will save them from having to Google around before finding some helpful info or searching obscure symbols.

This feature will be made optional so that users can activate or deactivate it at will.
To make a truly great experience, it will be great to add it to this vs-code extension as a configurable GUI option so users can easily activate/deactivate it, the same way we do with codelens and extendedHover

image

cc @pitag-ha @voodoos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ocamllsp type: feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants