InsertTextFormat

class Object
trait Matchable
class Any

Type members

Inherited classlikes

object given_Typeable_T extends Typeable[T]
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala

Value members

Inherited methods

inline protected def entry(n: Int): InsertTextFormat
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala

Concrete fields

The primary text to be inserted is treated as a plain string.

The primary text to be inserted is treated as a plain string.

Source:
enumerations.scala

The primary text to be inserted is treated as a snippet.

The primary text to be inserted is treated as a snippet.

A snippet can define tab stops and placeholders with $1, $2 and ${3:foo}. $0 defines the final tab stop, it defaults to the end of the snippet. Placeholders with equal identifiers are linked, that is typing in one will update others too.

See also: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#snippet_syntax

Source:
enumerations.scala

Givens

Inherited givens

Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala
given reader: Reader[InsertTextFormat]
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala
given writer: Writer[InsertTextFormat]
Inherited from:
UIntEnum (hidden)
Source:
enumTypes.scala