InsertTextFormat

langoustine.lsp.enumerations.enumerations$package.InsertTextFormat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited classlikes

Attributes

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

Attributes

Inherited from:
UIntEnum (hidden)
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

Inherited methods

inline protected def entry(n: Int): InsertTextFormat

Attributes

Inherited from:
UIntEnum (hidden)

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

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

Givens

Inherited givens

Attributes

Inherited from:
UIntEnum (hidden)

Attributes

Inherited from:
UIntEnum (hidden)
given reader: Reader[InsertTextFormat]

Attributes

Inherited from:
UIntEnum (hidden)
given writer: Writer[InsertTextFormat]

Attributes

Inherited from:
UIntEnum (hidden)

Extensions

Extensions

extension (self: InsertTextFormat)
def name: String

Inherited extensions

extension (t: InsertTextFormat)
inline def raw: uinteger

Attributes

Inherited from:
UIntEnum (hidden)
inline def rawInt: Int

Attributes

Inherited from:
UIntEnum (hidden)