You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 2, 2021. It is now read-only.
This is tracking implementation of the textDocument/definition handler.
For Markdown files, this is especially useful when there is a relative URL called out, like:
[example](./examples/example.md).
Ideally, when the cursor is over example, we could send a response that joins the path of the current file with the relative file path as the location.
In addition, it would be great to handle cases where an anchor/marker is specified, like:
[first example](./examples/example.md#first)
In this case, as part of the definition response, we should send a Range that corresponds to the first anchor in example.md