View source
class DocumentLinkResolveRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Request to resolve additional information for a given document link. The request's parameter is of type DocumentLink the response is of type DocumentLink or a Thenable that resolves to such.