A request to resolve the implementation locations of a symbol at a given text document position. The request's parameter is of type TextDocumentPositioParams the response is of type Definition or a Thenable that resolves to such.

Static variables

@:value(new ProtocolRequestType<ImplementationParams,Null<EitherType<Definition,Array<DefinitionLink>>>,EitherType<Array<Location>,Array<DefinitionLink>>,NoData,TextDocumentRegistrationOptions>("textDocument/implementation"))staticfinalinlineread onlytype:ProtocolRequestType<ImplementationParams, Null<EitherType<Definition, Array<DefinitionLink>>>, EitherType<Array<Location>, Array<DefinitionLink>>, NoData, TextDocumentRegistrationOptions> = new ProtocolRequestType<ImplementationParams,Null<EitherType<Definition,Array<DefinitionLink>>>,EitherType<Array<Location>,Array<DefinitionLink>>,NoData,TextDocumentRegistrationOptions>("textDocument/implementation")