pub fn auto_complete_items( schema: &Schema, file_path: &str, line_col: (usize, usize), ) -> Vec<CompletionItem>