Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Code Completion in Eclipse (CDT) of extenal libraries - help
Code Completion in Eclipse (CDT) of extenal libraries - help [message #169314] Mon, 08 May 2006 09:55 Go to next message
Eclipse UserFriend
Originally posted by: ianbrn.gmail.com

Hello,

What should I do so that in a standard "C" project in cdt (eclipse), I
will
have code completion with exteral libraries?
I want that I will have code comepletion witn (for example)
/usr/include/linux.
Should I go to "Project->Properties->C/C++ Include Paths & Symbols"
and use the Add external include path?
And in Window->preferences->C/C++/Indexer, should I use "No Indexer"
or "FULL C/C++" indexer (declarations and cross references).?

All what I tried did not work.And I spent a lot of time on
it.

I also tried with ctags and it did not work.
I am using latest updated version of eclipse and CDT.
I will appreciate if anybody will advice what should I do , step
by step.
Regards
Ian Brown
Re: Code Completion in Eclipse (CDT) of extenal libraries - help [message #169347 is a reply to message #169314] Tue, 09 May 2006 10:44 Go to previous message
Eclipse UserFriend
Originally posted by: arne.anka.ginguppin.de

what does "external libraries" mean? you only can have completion if the
headers are available.
add the path to the headers to your projects include paths and chose full
or ctags indexer -- without indexer no completion.
Previous Topic:debug problems
Next Topic:problems installing cdt (newb question)
Goto Forum:
  


Current Time: Fri May 09 06:44:53 EDT 2025

Powered by FUDForum. Page generated in 0.05562 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top