pub fn phpdoc_actions(
uri: &Url,
doc: &ParsedDoc,
_source: &str,
range: Range,
) -> Vec<CodeActionOrCommand>Expand description
Return “Generate PHPDoc” code actions for any function/method whose declaration line
falls within range and does not already have a docblock.