Skip to content

Add completion and intention for named parameter comments #24

@King2500

Description

@King2500
function action($name, bool $isExternal) {
}
$foo->action('bar', <caret>);

At least for boolean parameters:

/*isExternal:*/ true
/*isExternal:*/ false

Which results in:

$foo->action('bar', /*isExternal:*/ true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions