-
Notifications
You must be signed in to change notification settings - Fork 240
Go-to-definition does not work on custom operators #1915
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
Comments
I should also say, if someone is willing to give me a few pointers on how to get started and what the scope of this is, I'd be more than willing to have a go at contributing the fix myself! |
Here is how I would proceed:
|
Huh. I started writing the test and was surprised when the output actually was what I expected. I then tried Things that aren't: A custom definition of |
Go-to-definition doesn't work on (all) custom operators, which would be very useful for navigating DSLs.
For example,
If I place my cursor at the point indicated by the
^
, go-to-definition does nothing.Similarly, for custom indexing operators:
Placing the cursor at the
%
on either like 4 or 5 does not succeed.Originally opened as ocamllabs/vscode-ocaml-platform#1766
The text was updated successfully, but these errors were encountered: