I have the same problem with both builds. Moreover, I often don't have Intellisense when typing a dot after a variable or type (the option is of course enabled), I have to Ctrl+Space or delete the dot and retype it.
I'm seeing the same thing with regard to intellisense and I've noticed that 775 sometimes inserts extraneous closing quotes or parentheses at the end of a line instead of overwriting. As an example, I can begin a method call and ReSharper might autocomplete it as follows:
Debug.WriteLine(_);
where _ represents the current cursor position. If I then type say "Hello Word"); I sometimes get this:
Debug.WriteLine("Hello Word"); );
Note the extraneous space, closing parenthesis, and semicolon at the end of the line.
I have the same problem with both builds. Moreover, I often doesn't have Intellisense when typing a dot after a variable or type (the option is of course enabled), I have to Ctrl+Space or delete the dot and retype it.
I have the same problem with both builds. Moreover, I often don't have Intellisense when typing a dot after a variable or type (the option is of course enabled), I have to Ctrl+Space or delete the dot and retype it.
--
Julien
Edited by: MrJul on Apr 12, 2008 8:05 PM
I see the same thing --the ReSharper context menu items are greyed out. The
Toolbar menu works though but is a huge hassle...
"open" <open@yahoo.com> wrote in message
news:ftqj0p$fob$1@is.intellij.net...
>
>
>
I'm seeing the same thing with regard to intellisense and I've noticed that
775 sometimes inserts extraneous closing quotes or parentheses at the end of
a line instead of overwriting. As an example, I can begin a method call and
ReSharper might autocomplete it as follows:
Debug.WriteLine(_);
where _ represents the current cursor position. If I then type say "Hello
Word"); I sometimes get this:
Debug.WriteLine("Hello Word"); );
Note the extraneous space, closing parenthesis, and semicolon at the end of
the line.
"MrJul" <no_reply@jetbrains.com> wrote in message
news:17860378.11381208016349910.JavaMail.jive@app4.labs.intellij.net...
>
Seeing the same thing, now in 777 too. Have to go back to 773 again.