-
Notifications
You must be signed in to change notification settings - Fork 126
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
Support for *global* references-listing #646
Comments
This will only be fixed when merlin adds support for global reference search. This is on the merlin’s roadmap, AFAIK. |
Given that Merlin now supports project-wide references, and since #1233, looks like if you build your project with |
I recommend running dune build I will let you close the issue if that works for you. |
I don't have an active OCaml project to test this on right now, but I'll definitely keep that in mind. This sounds awesome; I'm really glad to see all your hard work finally land! <3 |
Hi!
I didn't see any Issues open for "Find All References" / global-references (⌥⇧F12).
When I invoke that feature of VSCode, at the moment, it only shows references in the current file. (For comparison, the Vim equivalent is
vim.lsp.buf.references()
.)I'd love to see proper support for whole-project references to a given identifier. This is probably a long-term goal.
As an example, here's the request/response for the currently-implemented file-only
textDocument/references
implementation:The text was updated successfully, but these errors were encountered: