728x90
반응형
2 가지 방법을 아래에 정의
1. 소스상에서 오른쪽 버튼 클릭
① 오른쪽 버튼 메뉴 > Generate ( 맥 단축키 : Command + N )

②PHPDoc Blocks... 클릭

③phpdoc 필요한 메소드 변수 등 선택 후 OK 버튼 클릭

2. /** 입력하고 엔터

참고사이트
https://www.jetbrains.com/help/phpstorm/phpdoc-comments.html
PHPDoc comments - Help | PhpStorm
For documentation comments, PhpStorm provides completion that is enabled by default. PhpStorm creates stubs of PHPDoc blocks when you type the /** opening tag and press Enter, or press Alt+Insert and appoint the code construct (a class, a method, a functio
www.jetbrains.com
728x90
반응형