Omnet++ Aotu-Completion doesn't work

570 Views Asked by At

Im building a project in Omnet++ and when Im trying to use

 Ctrl + Space

In any of the modules , I dont get auto completion to anything from the .h file's I have include.

I dont get any error or warning on any of the #include's I do , and no problem in compiling the project.

What to do?

Thanks

1

There are 1 best solutions below

0
On

The OMNeT++ IDE is relying on the Eclipse CDT for editing C++ code. There seems to be a question (with answer) that deals with autocomplete problems of Eclipse CDT on Stack Overflow here. It might apply to your problem as well.