InsertTextFormat
langoustine.lsp.enumerations.enumerations$package.InsertTextFormat
object InsertTextFormat
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
InsertTextFormat.type
Members list
Type members
Inherited classlikes
object given_Bijection_T_uinteger extends Bijection[T, uinteger]
Attributes
- Inherited from:
- UIntEnum (hidden)
- Supertypes
object given_Typeable_T extends Typeable[T]
Attributes
- Inherited from:
- UIntEnum (hidden)
- Supertypes
-
trait TypeTest[Any, T]trait Serializableclass Objecttrait Matchableclass Any
Value members
Concrete methods
Attributes
- Definition Classes
-
UIntEnum
Inherited methods
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.
Attributes
Givens
Inherited givens
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Attributes
- Inherited from:
- UIntEnum (hidden)
Extensions
Extensions
extension (self: InsertTextFormat)
Inherited extensions
extension (t: InsertTextFormat)
Attributes
- Inherited from:
- UIntEnum (hidden)
In this article