【问题标题】:Laravel Comment Section Plug-inLaravel 评论区插件
【发布时间】:2015-11-13 13:27:07
【问题描述】:

在 Laravel 中,我看到很多这些预制的 cmets 是这样的:

/*
|--------------------------------------------------------------------------
| Application Routes
|--------------------------------------------------------------------------
|
| Here is where you can register all of the routes for an application.
| It's a breeze. Simply tell Laravel the URIs it should respond to
| and give it the controller to call when that URI is requested.
|
*/

有人知道那个插件调用是什么吗?我想在我的 IDE 中安装它。

【问题讨论】:

    标签: php sublimetext3


    【解决方案1】:

    这种类型的 cmets 没有这样的插件,您需要在编辑器中为此添加一个 code snippet 并在需要添加该注释时为该 sn-p 分配一些快捷方式,然后您可以使用插入评论的快捷方式。

    【讨论】:

      【解决方案2】:

      如果您的 IDE 支持代码 sn-ps 或模板,您可以将自己的模板添加到其中。

      在 PHPStorm 中它称为Live Templates

      【讨论】:

      • 谢谢,我会尝试在 Sublime Text 3 中查找。
      猜你喜欢
      • 2011-12-18
      • 2012-10-11
      • 1970-01-01
      • 2012-01-17
      • 1970-01-01
      • 1970-01-01
      • 2012-04-09
      • 2016-04-07
      • 2015-03-04
      相关资源
      最近更新 更多