-
Notifications
You must be signed in to change notification settings - Fork 237
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
merlin-locate does not work on +. #949
Comments
The answer I get when I try it is Note for whoever tries to fix this: looks like a bug in |
I had a brief look, and I think it might be a bug in cc @gasche |
(I gave some context in ocaml-ppx/ppxlib#111 (comment).) For the needs of Merlin, the choice of exposing the more robust functions from the parser seems reasonable. Should we experiment with a PR to do this in trunk? |
Should I add a generic |
Looking up the definition of `+.` fails Signed-off-by: Rudi Grinberg <[email protected]>
Looking up the definition of `+.` fails Signed-off-by: Rudi Grinberg <[email protected]>
about locating infix operators
about locating infix operators
This fixes issue ocaml#949
about locating infix operators
This fixes issue ocaml#949
about locating infix operators
This fixes issue ocaml#949
about locating infix operators
merlin-locate
does not work when the point in on a dotted infix operator such as+.
(in Emacs).Example:
(put the cursor on the latest
+.
andM-x merlin-locate
).The text was updated successfully, but these errors were encountered: