InsertTextFormat

langoustine.lsp.enumerations.enumerations$package.InsertTextFormat

Attributes

Source
enumerations.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
Supertypes
trait Bijection[T, uinteger]
class Object
trait Matchable
class Any
object given_Typeable_T extends Typeable[T]

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
Supertypes
trait TypeTest[Any, T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def ALL: Set[InsertTextFormat]

Attributes

Definition Classes
UIntEnum
Source
enumerations.scala

Inherited methods

inline protected def entry(n: Int): InsertTextFormat

Attributes

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.

Attributes

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

Attributes

Source
enumerations.scala

Givens

Inherited givens

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Attributes

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

Attributes

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

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala

Extensions

Inherited extensions

extension (t: InsertTextFormat)
inline def raw: uinteger

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala
inline def rawInt: Int

Attributes

Inherited from:
UIntEnum (hidden)
Source
enumTypes.scala