A request to get the moniker of a symbol at a given text document position. The request parameter is of type TextDocumentPositionParams. The response is of type Moniker[] or null.

Static variables

@:value(new ProtocolRequestType<MonikerParams,Null<Array<Moniker>>,Array<Moniker>,NoData,MonikerRegistrationOptions>("textDocument/moniker"))staticfinalinlineread onlytype:ProtocolRequestType<MonikerParams, Null<Array<Moniker>>, Array<Moniker>, NoData, MonikerRegistrationOptions> = new ProtocolRequestType<MonikerParams,Null<Array<Moniker>>,Array<Moniker>,NoData,MonikerRegistrationOptions>("textDocument/moniker")