Virtual Method
LspServerreferences_async
Declaration
void
references_async (
LspServer* self,
LspClient* client,
LspTextDocumentIdentifier* text_document,
LspPosition* position,
LspReferenceContext* context,
GAsyncReadyCallback _callback_,
void* _callback__target
)
Description
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
Parameters
client-
Type:
LspClientNo description available.
The data is owned by the caller of the method. text_document-
Type:
LspTextDocumentIdentifierThe document containing the symbol.
The data is owned by the caller of the method. position-
Type:
LspPositionThe position inside the document.
The data is owned by the caller of the method. context-
Type:
LspReferenceContextAdditional information.
The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo description available.
_callback__target-
Type:
void*No description available.
The argument can be NULL.The data is owned by the caller of the method.