As of now, Eclipse CDT does not index .icc
files (inline functions), nor it applies syntax highlighting.
How can I achieve this?
I tried Window -> Preferences -> General -> Content Types -> Text -> C Source Files -> C++ Source File -> File associations -> Add -> *.icc -> Apply and close, but it didn't help.
Related:
What I did was the right thing to do.
Now I have .icc
files indexed and part of the code navigation.
I was only missing some additional actions.
I am not sure which of these I tried before checking that .icc
files were indexed and which I did not.
And I am not sure which are actually needed.
Just in case, use all of them.