When writing a variable in visual studio or whatsoever it used to show a window displaying the possible options. If for example I wrote Label.
it would show a window with the various options that I could use with the label. Since Yesterday this Window is gone and I don't seem to be able to find how to activate it again.
Asked
Active
Viewed 321 times
0

Cœur
- 37,241
- 25
- 195
- 267

sharkyenergy
- 3,842
- 10
- 46
- 97
1 Answers
2
Should be able to toggle this in the following menu:
Tools -> Options -> Text Editor -> All Languages -> 'Auto list members'

Andrew Mortimer
- 2,380
- 7
- 31
- 33
-
Is there possibly another add-in intercepting the intellisense? – Andrew Mortimer Jul 16 '15 at 07:23
-
nope, i dont have any additional programs/add-ins installed. it just stopped working Yesterday. – sharkyenergy Jul 16 '15 at 07:23
-
Does any of this help? http://stackoverflow.com/questions/18236179/visual-studio-2012-2013-slow-list-members-intellisense – Andrew Mortimer Jul 16 '15 at 07:27
-
I tried to disable your setting, restart the program, then reenable the setting and restart the program and now its workign! thanks for your help! – sharkyenergy Jul 16 '15 at 07:29