View source
class WorkspaceSymbolRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to list project-wide symbols matching the query string given by the WorkspaceSymbolParams. The response is of type SymbolInformation[] or a Thenable that resolves to such.