Skip to main content

phpdoc_actions

Function phpdoc_actions 

Source
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.