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 🤷♂
I just installed the plugin and after typing the initial
/**, the docblock suggestion/inserter comes up but adds the docblock after the original opener:I've disabled all other extensions, I've tried restarting VSCode 🤷♂