[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Content assist does not show member fields and types in other packages

I should add that otherwise the content assist feature is working pretty flawlessly. So it only seems to have issues with the classes defined in source code in my workspace.

In case I'm doing something wrong with the workspace structure, that is

Workspace (blue folder symbol)
\-Source folder 1 (yellow folder with package symbol)
|  \-Package 1 (package symbol)
|
\-Source folder 2
   |-Package 2
   \-Package 3

At least one of the problems, completing a type name, only exists with types across packages (trying to complete a type from another package), even though the appropriate 'import' statement is included. If I complete the name of a type from the same package, it works.

Anyway, thanks a lot,

Christoph