如何使用 PhpStorm 在 smarty 模板中启用 zencoding 支持

发布于 2024-10-19 03:58:45 字数 109 浏览 2 评论 0原文

如何在 Jetbrains PhpStorm 中的 .tpl smarty 模板中启用 ZenCoding“实时模板”?它可以在 .php 和 .html 文件中完美运行,但不能在 .tpl 文件中运行。

How do you enable the ZenCoding "live templates" in .tpl smarty templates in Jetbrains PhpStorm? It works flawlessly in .php and .html files but not in .tpl files.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

好多鱼好多余 2024-10-26 03:58:45

在“添加实时模板”对话框中,选择“其他”单选按钮。

In 'Add Live Template' dialog , select 'other' radio button.

烟若柳尘 2024-10-26 03:58:45

我知道这是一个非常古老的问题,但我最近偶然发现它也有同样的问题。我所做的是:

  1. 创建一个新的 .tpl 文件(或者只是在一个文件中编写所需的模板代码)
    现有的 .tpl 文件)。
  2. 选择您需要的代码行作为模板。
  3. 转到工具->另存为实时模板...(不是将文件另存为模板...)。
  4. 添加缩写和描述和/或您想要的任何变量
    需要。
    (如果需要包围一个,请使用 $SELECTION$ 变量
    选择或 $END$(如果您需要将指针指向特定位置)

有关实时模板的更多信息,请参见此处:实时模板
&关于变量:变量

I know this is a very old question but I just kinda stumbled upon it having the same lately. What I did was:

  1. Create a new .tpl file (or just write the needed template code in an
    existing .tpl file).
  2. Select the lines of code you need as template.
  3. Go to Tools->Save as Live Template... (NOT Save File as Template...).
  4. Add an Abbreviation and a Description and/or any Variables that you
    need.
    (use the $SELECTION$ variable if you need to surround a
    selection or $END$ if you need the pointer somewhere specific)

more info about Live Templates here: Live Templates
& about variables here: variables

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文