Reputation: 35733
First I thought it was a problem of VS2013 RC/beta but now I installed VS2013 RTM and still have the same problem: code completion does only open after I execute it manually by strg+space. How can I turn on auto open the windows after typed e.g. a point?
Upvotes: 20
Views: 63011
Reputation: 6178
Method 1
Method 2(for me after uninstall resharper)
Upvotes: 0
Reputation: 11
1: Try to use ReSharper 8.0.2 Best Code analysic, completion tool
2: Tools > Options > Text Editor > All Language > Make Check on Auto List members
Upvotes: 0
Reputation: 51
TOOLS->Import and Export Settings Wizard->Reset all settings->select “No, just reset settings, overwriting my current settings”->Choose a Default Collection of settings. Check it again.
Upvotes: 5
Reputation: 1
Here's what worked for me (using Visual Studio 2013 w/ ReSharper 8.0.2):
Upvotes: 0
Reputation: 1107
If none of the above suggestions work, check if you have an extension Web Essentials installed. Try removing it (and install again). Web Essentials has caused my intellisense to stop working multiple times and a simple re-install always fixes the issue for me.
Upvotes: 3
Reputation: 113
Do not need reset all settings. I had a same problem but i' ve have just solved it.
good luck:)
Upvotes: 0
Reputation: 141013
Be sure that your IntelliSense is activated
Tools > Options > Text Editor > C# > Statement completion
Then, be sure Auto list members is checked and Parameter Information.
Upvotes: 57
Reputation: 3794
This happened to me after uninstalling Resharper 8.x
Solution:
Tools -> Options Text Editor -> C# -> Intellisense Ensure "Show completion list after a character is typed" is *un*checked
Tools -> Options Text Editor -> C# -> Intellisense Ensure "Show completion list after a character is typed" is checked
Upvotes: 0
Reputation: 13762
This happened after uninstalling Resharper 8.x (I don't see the point given VS 2013's advances), so I'd chalk this to an unclean resharper uninstall.
The solution is very quick though:
Upvotes: 9
Reputation: 755557
When intellisense is displayed is a language specific setting. If you're asking about c# then you want to check the following
If you're using a different language please update the question and I'll try to point you in the right direction
Upvotes: 23