langoustine.lsp.structures.FoldingRangeParams
See theFoldingRangeParams companion object
case class FoldingRangeParams(textDocument: TextDocumentIdentifier, workDoneToken: Opt[ProgressToken], partialResultToken: Opt[ProgressToken])
Parameters for a [[FoldingRangeRequest]]
.
Value parameters
- partialResultToken
-
An optional token that a server can use to report partial results (e.g. streaming) to the client.
- textDocument
-
The text document.
- workDoneToken
-
An optional token that a server can use to report work done progress.
Attributes
- Companion
- object
- Source
- structures.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article