I have a big project in C++ and I need to see auto suggestions on words. It doesn't work even on the same file and I have checked preferenced, it's marked all in "Content Assist".
Asked
Active
Viewed 47 times
0
-
Is this a proper eclipse project? I mean can it be built with eclipse or is it just a collection of files? Also In order for indexer to work in header file this header file must be included into one of the translation units of current project. – user7860670 Sep 25 '18 at 12:44
-
Have you tried to press the typical shortcut: Strg -> SPACE? – xMutzelx Sep 25 '18 at 12:48
-
Does this help? https://stackoverflow.com/a/24628885/3807729 – Galik Sep 25 '18 at 15:00
-
yes, I've tried and it doesn't work @xMutzelx. – Oana Iosif Sep 26 '18 at 05:09
-
@VTT no, it's a project built in linux and in Eclipse I have imported the files – Oana Iosif Sep 26 '18 at 05:10
-
Which eclipse do you use? Oxygen, Mars, Neon, ...? – xMutzelx Sep 26 '18 at 12:16
-
@XMutzelx I use Neon – Oana Iosif Sep 26 '18 at 12:53
1 Answers
0
If you already have checked Window -> Preferences -> C++ -> Editor -> Content Assist
without any success and you are using a proper project. I would suggest that you uninstall your eclipse and install the latest version Photon and retry it.
Additionally you could write a bug report (link) that someone investigates your issue.

xMutzelx
- 566
- 8
- 22