VS2013 intellisense code completion

后端 未结 10 1574
盖世英雄少女心
盖世英雄少女心 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:35

    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.

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

    Here's what worked for me (using Visual Studio 2013 w/ ReSharper 8.0.2):

    1. Tools->Options->ReSharper
    2. Click "Suspend Now"
    3. Click "Resume Now"
    0 讨论(0)
  • 2020-12-13 20:40

    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

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

    Method 1

    1. List item
    2. Tools -> Options
    3. Text Editor -> C# -> Intellisense
    4. Ensure "Show completion list after a character is typed" is checked

    Method 2(for me after uninstall resharper)

    1. List item
    2. Open VS2013
    3. Tools -> Import and Export settings
    4. Reset all settings
    5. General/Your prefer language(like Visual C#)
    0 讨论(0)
  • 2020-12-13 20:48

    Do not need reset all settings. I had a same problem but i' ve have just solved it.

    1. Run resharper.setup.exe
    2. do not click uninstall or repair. just click reinstall it
    3. after installation it will be ok

    good luck:)

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

    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:

    • Open VS2013
    • Tools -> Import and Export settings
    • Reset all settings
    • Visual C#
    0 讨论(0)
提交回复
热议问题