Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Content Assist for large projects incorrect(Content Assist for large projects incorrect)
Content Assist for large projects incorrect [message #813707] Mon, 05 March 2012 11:21 Go to next message
Eclipse UserFriend
Hi,

I'm running a large C project (> 30k LOC) in a Linux VM and on Eclipse Indigo. Content Assist gives a list of all variables (possibly in the file?) instead of only the relevant variables of a referenced structure. Is there a way to fix this? Any experienced folk who have worked on large C projects would care to share their wisdom?

I so miss Source Insight!!

Cheers,
Sandip
Re: Content Assist for large projects incorrect [message #814266 is a reply to message #813707] Tue, 06 March 2012 03:38 Go to previous messageGo to next message
Eclipse UserFriend
Can you give more info what is not working? Can you give an example?
Re: Content Assist for large projects incorrect [message #814345 is a reply to message #814266] Tue, 06 March 2012 05:37 Go to previous messageGo to next message
Eclipse UserFriend
Hi,
Content Assist gives me the entire list of symbols in the project. Since my project is huge this amounts to hundreds of symbols. I would like to have only those symbols which are in the current file or ideally just the symbols corresponding to the structure in question (like Source Insight).
Re: Content Assist for large projects incorrect [message #814485 is a reply to message #814345] Tue, 06 March 2012 09:03 Go to previous messageGo to next message
Eclipse UserFriend
Do you just hit Ctrl-Space for content assist or do you write some letters first? What happens when you type
mystruct.
after you inserted the dot? Content assist should show then only the valid struct members.

AFAIK, there is no limit for content assist to the current file only. Otherwise you could not use functions/classes/types etc. that are defined outside of this file!
Re: Content Assist for large projects incorrect [message #820744 is a reply to message #814485] Wed, 14 March 2012 10:09 Go to previous message
Eclipse UserFriend
I had the same problem on Juno.
Came back to Indigo...
Previous Topic:CDT won't install, dependency error
Next Topic:Consistent paths...HOW!?
Goto Forum:
  


Current Time: Sat Jun 14 01:44:17 EDT 2025

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

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

Back to the top