简体   繁体   English

Visual Studio 2013 C ++ IntelliSense

[英]Visual Studio 2013 C++ IntelliSense

I'm using visual studio 2013 C++ and my IntelliSense is a bit weird, for example, when I type con for const the IntelliSense selector is in const but it is not highlighted yet so I have to move the arrow down then hit enter. 我正在使用visual studio 2013 C ++,我的IntelliSense有点奇怪,例如,当我为const键入con时 ,IntelliSense选择器在const中,但它没有突出显示,所以我必须向下移动箭头然后按Enter键。 How can I make it similar to C# IntelliSense, like it will automatically choose const when I hit spacebar or enter? 我怎样才能使它类似于C#IntelliSense,就像我在点击空格键或输入?时会自动选择const

You should press the TAB button instead. 您应该按TAB键。 Whatever is in the selector is then gonna be typed in for you. 无论选择器中的是什么,都将为您输入。

Like, in your example, when you typed con and the selector is in const , hit TAB and const will be typed in. 就像,在你的例子中,当你输入con并且选择器是const时 ,点击TAB并输入const

In VS2017 go to 在VS2017中去

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

and change 并改变

Member List Commit Aggressive to True Member List Commit AggressiveTrue

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

相关问题 添加C ++项目后,Intellisense和代码建议在Visual Studio 2013中不起作用 - Intellisense and code suggestion not working in Visual Studio 2013 after adding C++ projects Visual Studio(2013)C#解析的json对象的智能感知 - Visual studio (2013) intellisense for C# parsed json object 在Visual Studio 2013中向intellisense添加自定义项 - Adding custom items to intellisense in Visual studio 2013 Visual Studio 2013智能感知不适用于CSHTML - Visual Studio 2013 intellisense not working for cshtml 没有方法和参数说明的Visual Studio 2013智能感知 - Visual Studio 2013 intellisense without method and parameters description 键入时Visual Studio 2013 intellisense快速信息丢失 - Visual Studio 2013 intellisense quick info missing while typing Intellisense显示错误,无法“定义”(Visual Studio 2013) - Intellisense showing false errors, cannot “go to definition” (Visual Studio 2013) 如何为未编译的班级成员启用Visual Studio 2013智能感知 - How to enable Visual studio 2013 intellisense for uncompiled class members Visual Studio 2013错误:IntelliSense未列出朋友程序集的内部类型 - Visual Studio 2013 Bug: IntelliSense not listing internal types of a friend assembly Visual Studio Code C# Intellisense 不工作 - Visual Studio Code C# Intellisense Not Working
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM