Function ketos::completion::complete_name [] [src]

pub fn complete_name(word: &str, scope: &GlobalScope) -> Option<Vec<String>>

Returns a sorted list of possible name completions for the given prefix.

Returns None if no possible completions exist.