cx-cli 0.6.2

Semantic code navigation for AI agents
1
2
3
4
5
6
7
8
9
10
11
12
pub const QUERY: &str = r#"
(function_declaration
  name: (identifier) @name) @definition.function

(function_declaration
  name: (dot_index_expression
    field: (identifier) @name)) @definition.function

(function_declaration
  name: (method_index_expression
    method: (identifier) @name)) @definition.method
"#;