R# 8 EAP Intellisense

I have installed latest R# 8 EAP v8.0.4.1195 and i have delay with intellisense ( using R# intellisense ). So when i start typing i takes 1~2 seconds to intellisense to show up.
Does anyone else have this problem?

0
8 comments

So it seems if i don't write inside some method, then i get slow intellisense

Example:

public class SomeClass
{
      - writing here intellisense has delay

     private void SomeMethod
     {
          - writing here intellisense works fine
     }
}

few minutes ago i didn't get any intellisense i got this exception

http://youtrack.jetbrains.com/issue/RSRP-360786

Hope this helps :)

0

I haven't tried ReSharper 8 EAP yet, but in my experience this is a fairly common problem with ReSharper. I can sometimes type type entire code blocks without intellisense popping up and sometimes ReSharper cancels intellisense (on certain keystroke (notably backspace).

I'm hoping they can address these and other intellisense issues with ReSharper 8. I think I logged most of these in the tracker a long while back:

Intellisense never highlights or autocompletes in parenthesized expressions or setting an event handler:

var someVar = (no_completion) otherVar;
if ((no_completion & SomeEnum.SomeValue) != 0)
this.SomeEvent += no_completion;


In javascript, ReSharper always completes AccessKey="N" with AccessKey="nguid" and always completes the first case statement in a switch block with canSetParameter:

<telerik:RadToolBarButton ID="blah" ImageUrl="blah" Text="blah" AccessKey="nguid" />

switch(blah)
{
        canSetParameter blah:


Occassionally ReSharper autocompletes with one of the terms ending in a colon (e.g. myProperty:) even when a perfect match (e.g. MyProperty) is right there. Apparently this one is a "feature", although I have no idea why it picks a non-existant imaginary variable over a perfectly good property that actually exists.

0
Avatar
Andrey Serebryansky

Hello Frane
     Could you please capture a performance snapshot of the slow IntelliSense by following the instructions at http://confluence.jetbrains.com/display/ReSharper/ReSharper+Profiling+Instructions? Thank you!

Andrey Serebryansky

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

0

Well i tryed but ... :/

First i got errors while installing dotTrace

https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!496

i clicked yes couple of times and installation finished.

Then when i start VS2012 i get this:

https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!494

My R#8 EAP is disabled :(

I still got it installed

https://skydrive.live.com/?cid=B856D22EB45B674C#cid=B856D22EB45B674C&id=B856D22EB45B674C!495

0
Avatar
Andrey Serebryansky

Hello Frane
     Please try the following steps:
     1. Uninstall dotTrace
     2. Uninstall ReSharper 8 EAP
     3. Re-install ReSharper 8 EAP
     4. Install dotTrace, but make sure that 'Visual Studio 2010' and 'Visual Studio 2012' integration options are turned off on the first installer screen.

    Let me know if this helps. Thank you!

Andrey Serebryansky

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

0
Avatar
Andrey Serebryansky

Hello Frane
     Thank you! This problem is fixed and the fix will be available in the next EAP build.

Andrey Serebryansky

Software Developer

JetBrains, Inc

http://www.jetbrains.com

"Develop with pleasure!"

0

Please sign in to leave a comment.