atom-languageclient
atom-languageclient copied to clipboard
textDocument/documentLink
Spec: textDocument/documentLink
This one is potentially low priority. The language server behavior is to return a list of links with associated text ranges for a TextDocument. Not sure what the expected UI is for it, possibly just another hyperclick provider?
It looks like this is a way to offload the task of determining where "links" (eg: hyperlinks in comments, foo.ext:546?) are in the document and returning to the client where they are for easy highlighting. The UI does sound quite similar to a hyperclick provider, but more "automatically highlight all links".
We need determine if ide-typescript or ide-rust support this call today so we can prioritize appropriately.
Development of atom-languageclient has officially moved to https://github.com/atom-ide-community/atom-languageclient 🎉
If this is still an issue please consider opening an issue on that repo.