Structs§
- Completion
Config - Completion configuration for a language
- Completion
Context - Context information for completion
- Completion
Item - Represents a single completion suggestion
- Completion
Snippet - Snippet template for code completion
- Ghost
Text - 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)
- Ranking
Weights - Ranking weights for completion scoring
- Scope
- Represents a scope in code (function, class, module, etc.)
- Symbol
- Represents a symbol (variable, function, type, etc.)
- Text
Edit - Represents a text edit (insertion, deletion, or replacement)
- Type
- Type information for expected types
Enums§
- Completion
Error - Error type for completion operations
- Completion
Item Kind - Kind of completion item
- Scope
Kind - Kind of scope
- Symbol
Kind - Kind of symbol