Quantcast
Channel: YouTrackReSharper (RSRP) - Bug and Issue Tracker
Viewing all articles
Browse latest Browse all 106942

RSRP-469389: typing escaped double quote consumes end quote

$
0
0
Reporter Lee Calabrese (lcalabrese) 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):

  1. Before typing first quote:

     var foo = |
    
  2. After typing first quote (all is good so far);

     var foo = "|"
    
  3. Go to insert an escaped quote:

     var foo = "\|"
    
  4. 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


Viewing all articles
Browse latest Browse all 106942

Trending Articles