Implement the textDocument/definition request to support navigation for internal cross-references.
Details:
- Enable users to
Ctrl+Click on a cross-reference (e.g., <<section-id>>).
- The server should resolve the reference and return the location of the corresponding anchor or section definition within the document.