+val who also implemented something like this, iirc<br><br><div class="gmail_quote">On Fri Dec 05 2014 at 12:26:40 PM Kevin Funk <<a href="mailto:kfunk@kde.org">kfunk@kde.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Friday 05 December 2014 03:00:52 pragya wrote:<br>
> When we trigger clang_codeCompleteAt after typing "#include <" , we do not<br>
> get any auto complete result.<br>
> We would like to know if Clang provides auto complete suggestion for header<br>
> include paths. If yes then please let us know how to get the result.<br>
<br>
It doesn't give you suggestion for includes. But actually I'm wondering it's<br>
not feasible to let it do that. At that point clang is already aware of all<br>
include paths involved, so it could as well give you suggestions based on the<br>
files contained in the include paths. (But keep in mind this can be expensive,<br>
since you'll have to list the files in each include path).<br>
<br>
Maybe some of the more experienced Clang developers can comment on that?<br>
<br>
For what it's worth: We implemented our own solution for doing this in<br>
KDevelop. See [1] for some inspiration.<br>
<br>
Greets<br>
<br>
[1] <a href="http://quickgit.kde.org/?p=kdev-clang.git&a=blob&h=24fc271480e020006ede518145bb451eb9838500&hb=9edbc8abc8976efc35b8496d30614f975112f1c9&f=codecompletion%2Fincludepathcompletioncontext.cpp" target="_blank">http://quickgit.kde.org/?p=<u></u>kdev-clang.git&a=blob&h=<u></u>24fc271480e020006ede518145bb45<u></u>1eb9838500&hb=<u></u>9edbc8abc8976efc35b8496d30614f<u></u>975112f1c9&f=codecompletion%<u></u>2Fincludepathcompletioncontext<u></u>.cpp</a><br>
<br>
> --<br>
> View this message in context:<br>
> <a href="http://clang-developers.42468.n3.nabble.com/Autocomplete-not-working-for-He" target="_blank">http://clang-developers.42468.<u></u>n3.nabble.com/Autocomplete-<u></u>not-working-for-He</a><br>
> ader-inclusions-tp4042744.html Sent from the Clang Developers mailing list<br>
> archive at Nabble.com. ______________________________<u></u>_________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-dev</a><br>
<br>
--<br>
Kevin Funk | <a href="mailto:kfunk@kde.org" target="_blank">kfunk@kde.org</a> | <a href="http://kfunk.org" target="_blank">http://kfunk.org</a><br>
______________________________<u></u>_________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@cs.uiuc.edu" target="_blank">cfe-dev@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/cfe-dev</a><br>
</blockquote></div>