auto completion does give enough suggestion
I use cygwin64 installed into C:\ProgramFiles in windows 7, I don't get auto-completion suggestions as needed. Maybe the include folds are not configured properly, how can I configure the include folds?
Thanks
请先登录再写评论。
You can set the incude_directories macro in CMakeLists.txt.
Also may be the completionvariants that are missing are placed in the files not included into the project (you should point all your files in CMakeLists.txt files so that IDE finds them).