Skip to main content

path_completions

Function path_completions 

Source
pub fn path_completions(root: &Path, prefix: &str) -> Vec<String>
Expand description

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.