View source
class SelectionRangeRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.SelectionRange
A request to provide selection ranges in a document. The request's parameter is of type SelectionRangeParams, the response is of type SelectionRange[] or a Thenable that resolves to such.