You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: I have this code <div class="{"></div> I'm editing and I want to type $var->get() after the {. As soon as I try to type >, PHPStorm freezes. It does the same for <, there just has to be one character between { and < or >
The time it freezes for depends on how much text is after the cursor, for example on line 30 out of 250 it froze my PHPStorm for 3minutes and I ended up killing the process.
Environment
PhpStorm: 2021.3.1 and 2021.2.2
Plugin version: 1.1.4
Code
<div class="{"></div>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc auctor. Phasellus et lorem id felis nonummy placerat. Praesent dapibus. Etiam dui sem, fermentum vitae, sagittis id, malesuada in, quam. In convallis. In rutrum. Proin in tellus sit amet nibh dignissim sagittis. Praesent vitae arcu tempor neque lacinia pretium. Integer lacinia. Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur? Quisque tincidunt scelerisque libero. Cras pede libero, dapibus nec, pretium sit amet, tempor quis. Maecenas aliquet accumsan leo.</p>
and copy the paragraph a few times so the freezes become noticeable.
The text was updated successfully, but these errors were encountered:
silen-z
changed the title
PHPStorm freezes when typing > or < in closed HTML attribute within unclosed {}
PHPStorm freezes when typing > or < in within unclosed { }
Jan 4, 2022
silen-z
changed the title
PHPStorm freezes when typing > or < in within unclosed { }
PHPStorm freezes when typing > or < within unclosed { }
Jan 4, 2022
For example: I have this code
<div class="{"></div>
I'm editing and I want to type$var->get()
after the{
. As soon as I try to type>
, PHPStorm freezes. It does the same for<
, there just has to be one character between{
and<
or>
The time it freezes for depends on how much text is after the cursor, for example on line 30 out of 250 it froze my PHPStorm for 3minutes and I ended up killing the process.
Environment
Code
and copy the paragraph a few times so the freezes become noticeable.
The text was updated successfully, but these errors were encountered: