Reporter | Lee Calabrese (lcalabrese) |
---|---|
Created | Apr 24, 2018 7:18:58 AM |
Updated | Apr 24, 2018 7:18:58 AM |
Subsystem | Typing Assistance |
Assignee | Slava Tutushkin (slava.tutushkin) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
If I am typing a string, it will go something like this (pipe |
character indicates cursor location):
-
Before typing first quote:
var foo = |
-
After typing first quote (all is good so far);
var foo = "|"
-
Go to insert an escaped quote:
var foo = "\|"
-
Type the quote and the end-quote gets consumed. Note the cursor is now past the end-quote and I have to type another quote to actually close the quote and any typing assistance has been lost:
var foo = "\"|
Note: Possibly related to https://youtrack.jetbrains.com/issue/RSRP-467659