Visual Studio 2010 IntelliSense doesn't select a default value - it just marks it

前端 未结 7 772
醉梦人生
醉梦人生 2020-12-22 16:09

I have a pretty annoying problem with the IntelliSense in Visual Studio 2010:

Every now and then (but not always - just out of my control) the Intellisense engine ch

相关标签:
7条回答
  • 2020-12-22 16:17

    You might switched into low- impact IntelliSense mode, just hit Ctrl+Alt+Space and it will solve the problem.

    0 讨论(0)
  • 2020-12-22 16:25

    For completeness, this option has a toggle button up on the toolbar:

    Its visual status will tell you which completion mode is currently selected.

    0 讨论(0)
  • 2020-12-22 16:30

    It can also be changed by going to Edit -> IntelliSense -> ToggleCompletionMode

    0 讨论(0)
  • 2020-12-22 16:30

    I had the same problem, but find pressing TAB always selects the default selection.

    0 讨论(0)
  • 2020-12-22 16:33

    Try Ctrl-Alt-Space.

    found that on Connect, and seems to work for me

    0 讨论(0)
  • 2020-12-22 16:35

    For C++ at least,

    Tools / Options / Text Editor / C/C++/ Advanced / IntelliSense
    

    and change Member List Commit Aggressive to True

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