atom-languageclient icon indicating copy to clipboard operation
atom-languageclient copied to clipboard

textDocument/documentLink

Open daviwil opened this issue 8 years ago • 3 comments
trafficstars

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?

daviwil avatar Nov 08 '17 22:11 daviwil

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".

Arcanemagus avatar Nov 09 '17 17:11 Arcanemagus

We need determine if ide-typescript or ide-rust support this call today so we can prioritize appropriately.

damieng avatar Feb 20 '18 17:02 damieng

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.

UziTech avatar Oct 19 '20 19:10 UziTech