View source
class ReferencesRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to resolve project-wide references for the symbol denoted by the given text document position. The request's parameter is of type ReferenceParams the response is of type Location[] or a Thenable that resolves to such.