Skip to main content

Module completion

Module completion 

Source
Expand description

Tab completion for commands and paths.

Provides smart completion with prefix matching and directory handling. Uses stub function pattern - module always exists, functions return empty when disabled.

Enums§

CompletionResult
Tab completion result with type-safe variants for different match outcomes.

Functions§

suggest_completions
Suggest completions for partial input using prefix matching. Directories get “/” appended for single matches.