langoustine.lsp.structures$.DocumentOnTypeFormattingOptions
See theDocumentOnTypeFormattingOptions companion object
case class DocumentOnTypeFormattingOptions(firstTriggerCharacter: String, moreTriggerCharacter: Opt[Vector[String]])
Provider options for a DocumentOnTypeFormattingRequest.
Value parameters
- firstTriggerCharacter
-
A character on which formatting should be triggered, like
{. - moreTriggerCharacter
-
More trigger characters.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article