Auto-Insert of closing single quote and backspace broken
Build 219, VS2005
Auto-insert of closing parens, brackets, and quotes is on (default setting)
Type the following:
char c = '
The result is this ("|" indicates current cursor position)
char c = '|'
this is as expected. Now press backspace. You end up with this:
char c = |'
The auto-inserted single closing quote isn't deleted. This works fine for
double quotes, parens, and brackets. It just fails to work for single
quotes.
Please sign in to leave a comment.
Paul,
It's a known bug
http://www.intellij.net/tracker/resharper/viewSCR?publicId=16865 and it will
be fixed in one of the next builds,
--
Sergey V. Coox
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!