NitroxDM
NitroxDM

Reputation: 5131

Fix Resharper intellisense

Does anyone know how to fix this, besides pressing esc then typing the variable name again?

enter image description here

JetBrains ReSharper 6.1 C# Edition
Build 6.1.37.86 on 2011-12-21T04:15:24
Plugins: none
Visual Studio 10.0.30319.1.

Upvotes: 20

Views: 15450

Answers (5)

Alex
Alex

Reputation: 1

Having the same problem I noticed that all switches are turned off in the row under the "no suggestions" text. For that to appear it may be that Ctrl+Space+Space should be pressed. I just turned them on and it solved the problem. switches

Upvotes: 0

Matt Drouillard
Matt Drouillard

Reputation: 309

Usually restart of Visual Studio tends to re-enable intellisense, I'd much rather a proper fix from JetBrains.

Upvotes: 2

Leonardo Herrera
Leonardo Herrera

Reputation: 8406

I had this issue, and I hadn't realized I had opened a project in Folder view mode. Resharper Intellisense won't show unless you switch to a solution view.

Make sure you select a solution instead of a Folder view: Visual Studio Solution Explorer, with Switch Views popup showing

Upvotes: 0

user224851
user224851

Reputation:

For me, R# intellisense stopped working after installing (and then uninstalling) certain R# extensions. Adding the extensions back fixed the problem.

Edit 1:

Also, try playing with the R# IntelliSense options and see what happens.

In particular switch "Options | Environment | IntelliSense | Completion Appearance | Display completion items in:" from "Visual Studio IntelliSense font" to "Text Editor font" and back.

In the end I tried many things (including upgrading and downgrading R#) over and over again until R# IntelliSense was back.

Upvotes: 0

JYelton
JYelton

Reputation: 36512

You may want to try changing the IntelliSense option:

Resharper Visual Studio Options

Whether you're using IntelliSense ReSharper or Visual Studio, try changing it, then changing it back. I've sometimes had similar issues and toggling the option can help.

Upvotes: 42

Related Questions