problem description
1. Can PhpStorm set the default annotation effect? That is, directly using the shortcut keys to appear the following kind of annotation effect, can it be achieved?
/*********** ***********/
$data = $this->params;
/*********** ***********/
$user_name_type = $this->check_username($data["user_name"]);
2. And how to set the function comment template?