Reporter |
|
---|---|
Created | Jun 10, 2017 11:13:44 AM |
Updated | Apr 9, 2018 6:00:39 PM |
Resolved | Aug 3, 2017 12:18:44 PM |
Subsystem | JavaScript |
Assignee | Anton Lobov (Anton.Lobov) |
Priority | Critical |
State | Fixed |
Type | Bug |
Fix version | 2017.2 |
Affected versions | 2017.2, 2017.1.2 |
Fixed In Version ReSharper | 2017.2 EAP 11 |
VsVersion | All Versions |
If I type this in an anglar template html file:
![]()
it brings up the auto complete dialog on "|" character and then inserts the first entry when I type "|" again:
![]()
so I cant type something like "a || b" anymore. I need to hit escape in between to get rid of the intellisense dialog.
This issue occurs with many characters like | & > < + -
The issue occurs for all expressions within templates (not just *ngIf like this example).
![](http://youtrack.jetbrains.com/_persistent/image.png?file=74-418866&c=true&updated=1497082424531)
it brings up the auto complete dialog on "|" character and then inserts the first entry when I type "|" again:
![](http://youtrack.jetbrains.com/_persistent/image2.png?file=74-418867&c=true&updated=1497082424531)
so I cant type something like "a || b" anymore. I need to hit escape in between to get rid of the intellisense dialog.
This issue occurs with many characters like | & > < + -
The issue occurs for all expressions within templates (not just *ngIf like this example).