I can't reproduce this every time :( Some time after get exception in my application in debug mode R# does'nt work. If i try to use R# intellesence i see VS2005 intellesence window; try to surround code by Ctrl+J but code is not changed.
unfortunately that you get VS IntelliSense instead of ReSharper ones is a behavior by design - if the file contains read-only regions of code (and Edit & Continue locks those regions that participate in the stack trace), we just consider the file non-modifiable and delegate to VS completion. In all other files (that don't participate in stack trace), ReSharper completion should be available.
>> R# does not work where i edit code in debug mode. >>
I can't reproduce this every time :( Some time after get exception in my application in debug mode R# does'nt work. If i try to use R# intellesence i see VS2005 intellesence window; try to surround code by Ctrl+J but code is not changed.
Hello Alexander,
could you please describe in more details what exactly doesn't work? Thanks.
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
I can't reproduce this every time :( Some time after get exception in my
application in debug mode R# does'nt work.
If i try to use R# intellesence i see VS2005 intellesence window; try to
surround code by Ctrl+J but code is not changed.
Hello Alexander,
unfortunately that you get VS IntelliSense instead of ReSharper ones is a
behavior by design -
if the file contains read-only regions of code (and Edit & Continue locks
those regions that participate
in the stack trace), we just consider the file non-modifiable and delegate
to VS completion. In all other files
(that don't participate in stack trace), ReSharper completion should be available.
Dmitry Shaporenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
>> R# does not work where i edit code in debug mode.
>>