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

OCaml: Add implIntf #4732

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattiasdrp
Copy link
Contributor

This is the first of a series of PR I aim to do to improve the ocaml-lsp experience in lsp-mode

This PR exposes lsp-ocaml-find-alternate-file that allows to find the file interface corresponding to an implementation or the implementation corresponding to an interface.

This function is quite simple for the moment since I first needed to make sure that the LSP requests were working as expected.

Following PRs will add more possibilities

@github-actions github-actions bot added documentation client One or more of lsp-mode language clients labels Mar 12, 2025
@mattiasdrp mattiasdrp force-pushed the mattias@ocaml-lsp-switch-impl-intf branch from 5228347 to cce530b Compare March 12, 2025 17:01
@mattiasdrp mattiasdrp force-pushed the mattias@ocaml-lsp-switch-impl-intf branch 2 times, most recently from c9bb20f to 5171c29 Compare March 15, 2025 23:06
@mattiasdrp mattiasdrp force-pushed the mattias@ocaml-lsp-switch-impl-intf branch from 928f310 to 598f010 Compare March 25, 2025 23:20
*This is the first of a series of PR I aim to do to improve the ocaml-lsp
experience in lsp-mode*

This PR exposes `lsp-ocaml-find-alternate-file` that allows to find the file
interface corresponding to an implementation or the implementation corresponding
to an interface.

This function is quite simple for the moment since I first needed to make sure
that the LSP requests were working as expected.

Following PRs will add more possibilities
@mattiasdrp mattiasdrp force-pushed the mattias@ocaml-lsp-switch-impl-intf branch from 598f010 to 9a327f9 Compare March 25, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client One or more of lsp-mode language clients documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants