English 中文(简体)
PHPStorm: twig 关闭标记没有意向
原标题:PHPStorm: No intend by twig closing tag

PHPStorm4 并不了解 twig 非常好。 它检测不到关闭标记 :

{% block header %}
    {% endblock header %}

但我想:

{% block header %}
{% endblock header %}

我已经试过在一般代码设置中设定 0 的意向, 但是这不起作用...

观 观 观

最佳回答

Twig支持目前非常有限, 我们希望在PhpStorm 5. 0. 0 中改进。 我创建了一个 < a href="http://youtrack.jetbrains.com/issues/WI-11473" rel=“ nofollow” 新的问题追踪器中的新错误 , 请随意使用恒星/vote 。

问题回答

暂无回答




相关问题
Sybase Development IDE

Is there a Toad type application for Sybase? I can t seem to find a single one! I ve tried using VS 2008 but can t see the sproc source.

Good C IDE for Mac? [closed]

I ve just started a job where I m programming in C on a Mac, which is my first experience using a Mac for development. For now I m using Xcode as my editor, then using make/gcc/svn at the command line ...

What are your experiences with Code::Blocks? [closed]

I looked at Code::Blocks and it certainly looks great for c++ development, I like it s multiplatform capabilities (runs everywhere), but I wanted to get your feedback. Is it good/stable enough to be ...

What do you use to write Go [closed]

I know its a bit too early, but I ve been trying out Go (Google s Programming Language) and its kindof annoying to write code in gedit. So, my question: What do you use to experiment with Go?

Help with strange Delphi 5 IDE problems

Ok, I m going nuts here. For the last (almost) four years, I ve been putting up with some extremely bad behavior from my Delphi 5 IDE. Problems include: Seemingly random errors in coride50.bpl ...

Eclipse smart quotes - like in Textmate

Happy Friday — Does anyone know if eclipse has the notion of smart quotes like Textmate. The way it works is to select some words and quote them by simply hitting the " key? I m a newbie here so be ...

Selenium IDE: Incrementing values by 1 and 71

Currently I m incrementing a value called wert by 1 with the following code: getEval storedVars[ wert ]=${wert}+1; The value wert is something like 80401299. I want to add 1 to the value, if it ...

热门标签