Skip to main content

Module completion

Module completion 

Source
Expand description

Path completion support for file and directory paths.

Provides completion suggestions for partial paths within a directory tree, respecting .gitignore and .ignore files.

Functionsยง

path_completions
Get path completions for a given prefix within a root directory. Uses ignore crate with standard filters to respect .gitignore. Returns matching file and directory paths up to 100 results.
symbol_completions
Get symbol completions (function and class names) for a given file path. Looks up cached FileAnalysisOutput and extracts matching symbols. Returns matching function and class names up to 100 results.