Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Code Assist in CDT linux i386
Code Assist in CDT linux i386 [message #171751] Fri, 23 June 2006 15:40
Eclipse UserFriend
Originally posted by: xnlfor-eclipse.yahoo.com

Hello, i'm quite new to the Eclipse IDE.

I'm using the CDT environment to develop linux applications.

The Code Assist feature is of great help but even though i have selected
the
EclipseWindow->Window->Preferences->C/C++->Editor->Code Assist->Search current
file and included files option and also the triggers for "." "->" and "::" I
cannot get the Code Assist feature to autocomplete for the fields of a
structure that has been previously declared in the file.

Example:

typedef struct teststruct {
int a;
};

static struct teststruct test;

Later in the file...

test.(Ctrl+Space)(Here i would expect CodeAssist to propose the different
fields of the structure test)

But in fact it doesn't and it only says 'No autocompletion available'

Can anyone explain me if this a normal feature or if i am missing a
configuration step somewhere.

Thanks,
Nestor.
Previous Topic:Is it possible for CDT Parser to ignore header files?
Next Topic:ILanguage parser styles
Goto Forum:
  


Current Time: Sun May 11 23:41:59 EDT 2025

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

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

Back to the top