Reputation: 5131
Does anyone know how to fix this, besides pressing esc then typing the variable name again?
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
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
Reputation: 309
Usually restart of Visual Studio tends to re-enable intellisense, I'd much rather a proper fix from JetBrains.
Upvotes: 2
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:
Upvotes: 0
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
Reputation: 36512
You may want to try changing the IntelliSense option:
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