简体   繁体   English

如何在 Visual Studio 中为 C++ 启用 Intellisense 补全?

[英]How can Intellisense completion be enabled in Visual Studio for C++?

Intellisense suggestion works perfectly but I want the suggestion to be highlighted. Intellisense 建议效果很好,但我希望突出显示该建议。 In C#, all it takes to toggle this feature is to press: Ctrl+Alt+Space在 C# 中,切换此功能只需按:Ctrl+Alt+Space

Or pressing the following button:或按以下按钮: 在此处输入图像描述

Is there no such option in case of C++?在 C++ 的情况下是否没有这样的选项?

As far as I'm concerned, you couldn't use Toggle Completion Mode in c++.就我而言,您不能在 c++ 中使用切换完成模式。

Refer to the Doc: IntelliSense features in C++请参阅文档: C++ 中的 IntelliSense 功能

You can use the menu items and keyboard shortcuts shown in the following image to access IntelliSense.您可以使用下图中显示的菜单项和键盘快捷键来访问 IntelliSense。 (You couldn't use Toggle Completion Mode) (您不能使用切换完成模式)

在此处输入图像描述

And I suggest you could refer to the thread: Intellisense "Toggle Completion Mode" doesn't work with C++ in Visual Studio 2010 Professional我建议你可以参考线程: Intellisense "Toggle Completion Mode" doesn't work with C++ in Visual Studio 2010 Professional

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM