View source
class DocumentSymbolRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
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.