简体   繁体   中英

How can I enable automatic code suggestions in eclipse for c++?

I've decided to use eclipse as my primary IDE for c++ coding but I can't seem to figure out the automatic autocomplete. When I press ctrl + space it shows them just fine but not when I'm typing normally. I tried browsing through the settings but in content assist setting under auto-activation it only has checkboxes for . , :: , and -> triggers and not for letters, numbers and parentheses. I tried browsing around the web and all the solutions were for the java version of the eclipse IDE, not the c++ one.

I do not think it is possible with the C++ editor. As you described, automatic trigger for content assist only works after typing . , -> or :: (if enabled) and there is no way to make it work for other combinations. See the dialog below:

在此处输入图像描述

As you mentioned, Ctrl + Space can always be used to manually launch the tool, but I understand it can become annoying.

So to answer your question: No, it is not possible (for C++).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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