Visual Studio 2013 C ++ IntelliSense显示建议,但不按任何成员列表提交字符提交

Visual Studio 2013 C ++ IntelliSense显示建议,但不按任何成员列表提交字符提交

问题描述:

当我输入C ++项目时,我得到建议。我可以通过按Tab键提交选择的建议;但是如果我按下enter或空格或任何成员列表提交字符:

When I type in a C++ project , I get suggestion. I can commit the selected suggestion by hitting Tab key; But if I press enter or space or any of the member list commit characters :

{}[]().,:;+-*/%&|^!=<>?@#\

Intellisense不提交所选选项。我希望这个建议提交与任何这些字符,正如C#中的默认设置。

, Intellisense doesn't commit the selected option. I want this suggestion to be committed with any of these characters, exactly as the default settings in C#.


  • 从菜单中打开选项:工具 - >选项

  • 导航到页面:文本编辑器 - > C ++ - >高级

  • 向下滚动到Intellisense部分

  • 更改选项:Member List Commit Aggressive from False to True

    • Open Options from menus: Tools -> Options
    • Navigate to page: Text Editor -> C++ -> Advanced
    • Scroll down to Intellisense section
    • Change the option: Member List Commit Aggressive from False to True