Module types

Module types 

Source

Structs§

CompletionConfig
Completion configuration for a language
CompletionContext
Context information for completion
CompletionItem
Represents a single completion suggestion
CompletionSnippet
Snippet template for code completion
GhostText
Ghost text suggestion (inline suggestion shown in lighter color)
Position
Represents a position in a document (line and character)
Range
Represents a range in a document (start and end positions)
RankingWeights
Ranking weights for completion scoring
Scope
Represents a scope in code (function, class, module, etc.)
Symbol
Represents a symbol (variable, function, type, etc.)
TextEdit
Represents a text edit (insertion, deletion, or replacement)
Type
Type information for expected types

Enums§

CompletionError
Error type for completion operations
CompletionItemKind
Kind of completion item
ScopeKind
Kind of scope
SymbolKind
Kind of symbol

Type Aliases§

CompletionResult