pub fn signature_help(
doc: &DocumentState,
position: Position,
) -> Option<SignatureHelp>Expand description
Handle signature help request.
When the cursor is inside a Call expression, find the function definition
and show parameter names/types.