Skip to content

Double comment open /** after inserter #244

@mediaformat

Description

@mediaformat

I just installed the plugin and after typing the initial /**, the docblock suggestion/inserter comes up but adds the docblock after the original opener:

/**/**
 * Undocumented function
 *
 * @param [type] $param_one
 * @param [type] $param_two
 * @return void
 */
function example_filter( $param_one, $param_two = null ){
  return $param_one;
}

I've disabled all other extensions, I've tried restarting VSCode 🤷‍♂

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