This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
1 Replies Last post: Feb 11, 2013 4:56 PM by Maxim Makhankov  
Andrew Kreps Newbie 47 posts since
Dec 30, 2010
Currently Being Moderated

Feb 11, 2013 2:04 AM

How do I tell PHPStorm to stop pairing Twig close }}'s?

I've turned off all pairing features in the settings but whenever I'm entering twig, PHPStorm gives me far too many {{}}'s.  For instance:

 

If I'm editing a line like this:

 

{{ for thing in stuff }}

 

and change the last }} to %}

 

{{ for thing in stuff %}

And then change the first {{ to {%, this is what happens:
{% %} for thing in stuff %}
Pretty annoying, really.  Is there a setting I'm missing?  I'd rather type in my {{}}'s myself.

Maxim Makhankov JetBrains 61 posts since
May 31, 2012
Currently Being Moderated
Feb 11, 2013 4:56 PM in response to: Andrew Kreps
Re: How do I tell PHPStorm to stop pairing Twig close }}'s?

Andrew, I created an issue in our tracker according to your request. You can vote for this ticket: http://youtrack.jetbrains.com/issue/WI-99892

More Like This

  • Retrieving data ...