VS2013 intellisense code completion
code-completion, intellisense, visual-studio, visual-studio-2013
Solution
When intellisense is displayed is a language specific setting. If you're asking about c# then you want to check the following
- Tools -> Options
- Text Editor -> C# -> Intellisense
- Ensure "Show completion list after a character is typed" is checked
If you're using a different language please update the question and I'll try to point you in the right direction
Problem
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?