GenLSP.Protocol.Requests.TextDocumentDocumentSymbol (gen_lsp v0.0.1)
A request to list all symbols found in a given text document. The request's parameter is of type TextDocumentIdentifier the response is of type SymbolInformation[] or a Thenable that resolves to such.