TextDocumentManager.process

Processes an LSP packet and performs the document update in-memory that is requested.

struct TextDocumentManager
bool
process

Parameters

msg RequestMessage

The request sent by a client. This method only processes textDocument/ messages which are relevant to file modification.

Return Value

Type: bool

true if the given method was handled, false otherwise.

Meta