PyCharm:自动插入 Django 模板结束标签( {% endif %} {% endfor %} 等)选项?

发布于 2024-11-18 15:13:10 字数 62 浏览 1 评论 0原文

我还没有找到能够自动插入这些结束标记的设置,类似于结束 HTML 标记的处理方式。

这可能吗?

I've yet to find a setting that will enable auto-insertion of these closing tags, similar to how closing HTML tags are handled.

Is this even possible?

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

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

发布评论

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

评论(1

停滞 2024-11-25 15:13:10

只需在 if 之后按 Tab 键

{% if<tab>

即可得到

    {% if <cursor> %}

    {% endif %} 

这适用于许多标签:forblockfilterspacelesswith,但莫名其妙地将 blocktransautoescapecomment 更改为 < /评论>

Just hit tab after if

{% if<tab>

and you get

    {% if <cursor> %}

    {% endif %} 

This works for many tags: for, block, filter, spaceless, with, but inexplicably not blocktrans, autoescape, and comment changes to <comment></comment>

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