VS2013 intellisense code completion

后端 未结 10 1575
盖世英雄少女心
盖世英雄少女心 2020-12-13 20:28

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

相关标签:
10条回答
  • 2020-12-13 20:49

    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

    0 讨论(0)
  • 2020-12-13 20:51

    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.

    0 讨论(0)
  • 2020-12-13 20:56

    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.

    0 讨论(0)
  • 2020-12-13 20:57

    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

    0 讨论(0)
提交回复
热议问题