VS2010 Intellisense disabling itself randomly, ReSharper installed

I am currently using Visual Studio 2010 Version 4.0.30319 and programming in C#.

I have ReSharper 6.1 installed as well.

Everything on my computer is up-to-date.

Here are my system specifications if needed:

Operating System: Windows 7 Home Premium 64-bit (6.1, Build 7601)

Service Pack 1 (7601.win7sp1_gdr.110622-1506)

System Manufacturer: Dell Inc.

System Model: Inspiron N5030

BIOS: Phoenix ROM BIOS PLUS Version 1.10 A02

Processor: Pentium(R) Dual-Core CPU T4500 @ 2.30GHz (2 CPUs), ~2.3GHz

Memory: 3072MB RAM

Available OS Memory: 3034MB RAM

The problem I am having, and I believe it has to do with ReSharper, is that my intellisense keeps getting disabled seemingly randomly, and it's very annoying having to reenable it.

Is there a fix for this or will I have to just sit and wait patiently? I have searched the forums for a solution and google'd away but found no clear answers.

edit

Solved I believe. Looked under ReSharper > Options > Intellisense > General and set it to VS controlled rather than letting ReSharper have control.

Crossing my fingers and hoping this fixes the issue.


There are conflicts between Resharper and Visual Studio intellisense. You can fix this issue by simply allowing Visual Studio to reclaim its rights to Intellisense over Resharper by taking the following steps :

  • With Visual Studio, Select Tools from the main menu.
  • Select Options to be presented with the Options dialog box.
  • Find and Select the Text Editor section on the left-hand side.
  • Choose C# (or the language that you want Visual Studio to take over) beneath the Text Editor section.
  • Select the General category found under your chosen language.
  • On the right-hand side, you should check the Auto list Members and Parameter information checkboxes.
  • If you don't notice the changes taking effect after performing these steps, simply restart your instance of Visual Studio. After restarting, you should find that Visual Studio has now assumed all of the Intellisense duties from Resharper and your Intellisense should be working as intended.

    Source : http://rionscode.wordpress.com/2013/06/28/a-battle-of-intellisense/

    链接地址: http://www.djcxy.com/p/57182.html

    上一篇: 在网格中指定本地动态

    下一篇: VS2010 Intellisense随机禁用ReSharper