[1212] Critical AutoComplete problem
VS2008 SP1, x86, R# 4.5beta build
1212
Given code in the following state (with
| being where the cursor is):
_manualReset.Cl|
((IDisposable)_manualReset).Dispose();
pressing Ctrl-Shift-Enter to autocomplete the current line
highlights and replaces to the period before the Dispose() call. The resulting code looks
like:
_manualReset.Close()|.Dispose();
This was not the functionality desired or the way
it worked in build 1209.
David
]]>
Please sign in to leave a comment.
Hello,
We appreciate your feedback. The corresponding JIRA request has been created,
and you are welcome to monitor its status at http://www.jetbrains.net/jira/browse/RSRP-101451.
You may want to check our request tracking policy here: http://www.jetbrains.net/confluence/display/ReSharper/ReSharperIssueTracker
Best regards,
- Development Team.
I can state that in 1230 this is still occuring occasionaly.
David
"Ilya Ryzhenkov" <orangy@jetbrains.com> wrote in message
news:76a2bd0b17165c8cb803507ed15ea@news.intellij.net...
>
>
>
>