langoustine.lsp.enumerations

Members list

Type members

Classlikes

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
enumerations.scala
Supertypes
class Object
trait Matchable
class Any
Self type
MarkupKind.type
object MessageType

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Source
enumerations.scala
Supertypes
class Object
trait Matchable
class Any
Self type
SymbolKind.type
object SymbolTag

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Types

opaque type CodeActionKind

A set of predefined code action kinds

A set of predefined code action kinds

Attributes

Source
enumerations.scala
opaque type CodeActionTriggerKind

The reason why code actions were requested.

The reason why code actions were requested.

Attributes

Since

3.17.0

Source
enumerations.scala
opaque type CompletionItemKind

The kind of a completion entry.

The kind of a completion entry.

Attributes

Source
enumerations.scala
opaque type CompletionItemTag

Completion item tags are extra annotations that tweak the rendering of a completion item.

Completion item tags are extra annotations that tweak the rendering of a completion item.

Attributes

Since

3.15.0

Source
enumerations.scala
opaque type CompletionTriggerKind

How a completion was triggered

How a completion was triggered

Attributes

Source
enumerations.scala
opaque type DiagnosticSeverity

The diagnostic's severity.

The diagnostic's severity.

Attributes

Source
enumerations.scala
opaque type DiagnosticTag

The diagnostic tags.

The diagnostic tags.

Attributes

Since

3.15.0

Source
enumerations.scala

The document diagnostic report kinds.

The document diagnostic report kinds.

Attributes

Since

3.17.0

Source
enumerations.scala
opaque type DocumentHighlightKind

A document highlight kind.

A document highlight kind.

Attributes

Source
enumerations.scala
opaque type ErrorCodes

Predefined error codes.

Predefined error codes.

Attributes

Source
enumerations.scala
opaque type FailureHandlingKind

Attributes

Source
enumerations.scala
opaque type FileChangeType

The file event type

The file event type

Attributes

Source
enumerations.scala

A pattern kind describing if a glob pattern matches a file a folder or both.

A pattern kind describing if a glob pattern matches a file a folder or both.

Attributes

Since

3.16.0

Source
enumerations.scala
opaque type FoldingRangeKind

A set of predefined range kinds.

A set of predefined range kinds.

Attributes

Source
enumerations.scala
opaque type InlayHintKind

Inlay hint kinds.

Inlay hint kinds.

Attributes

Since

3.17.0

Source
enumerations.scala
opaque type InsertTextFormat

Defines whether the insert text in a completion item should be interpreted as plain text or a snippet.

Defines whether the insert text in a completion item should be interpreted as plain text or a snippet.

Attributes

Source
enumerations.scala
opaque type InsertTextMode

How whitespace and indentation is handled during completion item insertion.

How whitespace and indentation is handled during completion item insertion.

Attributes

Since

3.16.0

Source
enumerations.scala
opaque type LSPErrorCodes

Attributes

Source
enumerations.scala
opaque type MarkupKind

Describes the content type that a client supports in various result literals like Hover, ParameterInfo or CompletionItem.

Describes the content type that a client supports in various result literals like Hover, ParameterInfo or CompletionItem.

Please note that MarkupKinds must not start with a $. This kinds are reserved for internal usage.

Attributes

Source
enumerations.scala
opaque type MessageType

The message type

The message type

Attributes

Source
enumerations.scala
opaque type MonikerKind

The moniker kind.

The moniker kind.

Attributes

Since

3.16.0

Source
enumerations.scala
opaque type NotebookCellKind

A notebook cell kind.

A notebook cell kind.

Attributes

Since

3.17.0

Source
enumerations.scala
opaque type PositionEncodingKind

A set of predefined position encoding kinds.

A set of predefined position encoding kinds.

Attributes

Since

3.17.0

Source
enumerations.scala

Attributes

Source
enumerations.scala
opaque type ResourceOperationKind

Attributes

Source
enumerations.scala

A set of predefined token modifiers. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.

A set of predefined token modifiers. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.

Attributes

Since

3.16.0

Source
enumerations.scala
opaque type SemanticTokenTypes

A set of predefined token types. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.

A set of predefined token types. This set is not fixed an clients can specify additional token types via the corresponding client capabilities.

Attributes

Since

3.16.0

Source
enumerations.scala

How a signature help was triggered.

How a signature help was triggered.

Attributes

Since

3.15.0

Source
enumerations.scala
opaque type SymbolKind

A symbol kind.

A symbol kind.

Attributes

Source
enumerations.scala
opaque type SymbolTag

Symbol tags are extra annotations that tweak the rendering of a symbol.

Symbol tags are extra annotations that tweak the rendering of a symbol.

Attributes

Since

3.16

Source
enumerations.scala

Represents reasons why a text document is saved.

Represents reasons why a text document is saved.

Attributes

Source
enumerations.scala
opaque type TextDocumentSyncKind

Defines how the host (editor) should sync document changes to the language server.

Defines how the host (editor) should sync document changes to the language server.

Attributes

Source
enumerations.scala
opaque type TokenFormat

Attributes

Source
enumerations.scala
opaque type TraceValues

Attributes

Source
enumerations.scala
opaque type UniquenessLevel

Moniker uniqueness level to define scope of the moniker.

Moniker uniqueness level to define scope of the moniker.

Attributes

Since

3.16.0

Source
enumerations.scala
opaque type WatchKind

Attributes

Source
enumerations.scala