搜索

首页  >  问答  >  正文

phpstorm怎么生成特殊的注释样式

这种的是怎么生成的,有什么工具么?

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider within a group which
| contains the "web" middleware group. Now create something great!
|
*/
黄舟黄舟2793 天前615

全部回复(3)我来回复

  • 天蓬老师

    天蓬老师2017-06-05 11:09:27

    我是在 Editor/Live Templates/PHP 添加了一个新的 Live Template

    Template Text 如下所示:

    /*
    |--------------------------------------------------------------------------
    | $NAME$
    |--------------------------------------------------------------------------
    |
    | $END$
    |
    |
    */

    回复
    0
  • 黄舟

    黄舟2017-06-05 11:09:27

    创建文件模板那里设置

    回复
    0
  • 淡淡烟草味

    淡淡烟草味2017-06-05 11:09:27

    直播模板

    回复
    0
  • 取消回复