Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why does Auto List Members keep getting turned off?

In Visual Studio 2010, sometimes within the same session (not having rebooted the app) intellisense gets turned off. The checkboxes in Tools > Options > Text Editory > C# > Statement Completion, "Auto List Members" and "Parameter Information" become unchecked.

I have Resharper installed as well. But Resharper does not control that setting, as far as I know.

This can happen a couple times a day to me, all without restarting Visual Studio.

like image 642
CleverPatrick Avatar asked Jun 14 '11 14:06

CleverPatrick


1 Answers

There is, apparently, a documented bug for Resharper: http://blogs.jetbrains.com/dotnet/2011/02/resharper-513-is-released/

Excerpt:

ReSharper 5.1.3 provides exactly one bug fix that prevents disabling Parameter
Information and auto-completion when you’re using native Visual Studio 
IntelliSense (as opposed to ReSharper IntelliSense).

Please note that if you’re been using ReSharper IntelliSense as a workaround in 
5.1.2, as soon as you switch back to Visual Studio IntelliSense, you’ll have to    
initially set Auto-list members and Parameter information check boxes manually, 
but that is only required once.
like image 167
dolphy Avatar answered Sep 23 '22 06:09

dolphy