pub fn call_context(text: &str, offset: usize) -> Option<CallContext>Expand description
The innermost unclosed ( before offset, its callee, and the active
parameter (top-level commas between that ( and the cursor). None when the
cursor is not inside a call’s argument list.