0

How can I navigate from an abstract class/method to the implementations of that class/method? Using the M-. I can jump to function definition but I can't find a way to easily find the implementation.

2
  • You mean something like xref-find-references? (which probably works best when using a language server via eglot or lsp-mode). Commented Mar 27, 2024 at 22:52
  • xref-find-references seems to find only references of that functions (calls to that function) but not implementations.
    – Isky
    Commented Mar 29, 2024 at 14:50

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.