selectionRange

object selectionRange extends LSPRequest

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.

class Object
trait Matchable
class Any

Type members

Types

type Out = Opt[Vector[SelectionRange]]

Value members

Inherited fields

val requestMethod: String
Inherited from:
LSPRequest

Givens

Inherited givens

given inputReader: Reader[In]
Inherited from:
requests_textDocument_selectionRange (hidden)
given inputWriter: Writer[In]
Inherited from:
requests_textDocument_selectionRange (hidden)
given outputReader: Reader[Out]
Inherited from:
requests_textDocument_selectionRange (hidden)
given outputWriter: Writer[Out]
Inherited from:
requests_textDocument_selectionRange (hidden)