VS2013 intellisense code completion

daniel picture daniel · Oct 18, 2013 · Viewed 62.7k times · Source

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?

Answer

Patrick Desjardins picture Patrick Desjardins · Jan 2, 2014

Be sure that your IntelliSense is activated enter image description here

Tools > Options > Text Editor > C# > Statement completion

Then, be sure Auto list members is checked and Parameter Information.