I've read the docs on how it is set up. But where is claims I should see auto-populated paths, there are just blank.
I'm running on CentOS7, and my project (clang compiled) builds, runs & debugs as expected.
The auto-completion works, meaning that a dialog automatically pops up as I'm typing to suggest the completion of function names or variable names, etc..
But when I do "." or "->" nothing happens.
For instance:
Code: Select all
#include <string>
std::string foo;
foo.
Under Workspace->(right click)->Workspace Settings->Code Completion, both Search Paths and Macros are empty.
Under Project->(right click)->Settings->Code Completion, both Search Paths and Macros are empty.
Under Settings->(drop down)->Code Completion..., everything remains the default from installation and that Clang tab has everything greyed out.
My assumption is that the lack of auto-populated paths in those dialogs is my issue but I don't know what I can do about that.
Thanks