简体   繁体   English

eclipse C ++代码自动完成(完成)

[英]eclipse C++ code autocompletion (completion)

The problem is when I have created variable and after that I write first letter to use it, but I don`t see code completion.How can I solve it? 问题是当我创建变量后,我写了第一个字母来使用它,但是我看不到代码完成,如何解决? like here 像这儿

Have you checked Windows -> Preferences -> C++ -> Editor -> Content Assist -> Advanced and see which proposals are checked off? 您是否检查过Windows->首选项-> C ++->编辑器-> Content Assist->高级,查看哪些建议已被选中? For the most part that is the place that controls the autocomplete functionality in Eclipse. 在大多数情况下,这是控制Eclipse中自动完成功能的地方。 You may also try hitting Ctrl + Space and see if a window opens asking if you want to turn Autocomplete on. 您也可以尝试按Ctrl + 空格键,然后查看是否打开一个窗口,询问是否要打开自动完成功能。

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

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