PositionEncodingKind
langoustine.lsp.enumerations$.PositionEncodingKind$
object PositionEncodingKind
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PositionEncodingKind.type
Members list
Type members
Inherited classlikes
object given_Typeable_T extends Typeable[T]
Attributes
- Inherited from:
- StringEnum (hidden)
- Supertypes
-
trait TypeTest[Any, T]trait Serializableclass Objecttrait Matchableclass Any
Value members
Inherited methods
Attributes
- Inherited from:
- StringEnum (hidden)
Concrete fields
Character offsets count UTF-16 code units.
Character offsets count UTF-16 code units.
This is the default and must always be supported by servers
Attributes
Character offsets count UTF-32 code units.
Character offsets count UTF-32 code units.
Implementation note: these are the same as Unicode code points, so this PositionEncodingKind may also be used for an encoding-agnostic representation of character offsets.
Attributes
Character offsets count UTF-8 code units.
Character offsets count UTF-8 code units.
Attributes
Givens
Inherited givens
Attributes
- Inherited from:
- StringEnum (hidden)
Attributes
- Inherited from:
- StringEnum (hidden)
Attributes
- Inherited from:
- StringEnum (hidden)
Extensions
Inherited extensions
extension (t: T)(t: PositionEncodingKind)
Attributes
- Inherited from:
- StringEnum (hidden)
In this article