Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Ticket #114 (new defect)

Opened 16 years ago

Last modified 16 years ago

Not correct autocompletion

Reported by: doob Assigned to:
Priority: major Component: descent.astview
Version: Keywords:
Cc:

Description

Sometimes I don't get the correct autocompletion (see the attached file, line 24). In that example I first get suggestions from object.di, then from dwt.internal.objc.runtime and then last from dwt.internal.objc.objc (dwt.internal.objc.objc imports dwt.internal.objc.runtime as private). It should only show suggestions from dwt.internal.objc.objc. BTW I have enabled "hide non-imported *" in the settings.

Attachments

NSTextTableBlock.d (1.7 kB) - added by doob on 08/06/08 11:50:56.

Change History

08/06/08 11:50:56 changed by doob

  • attachment NSTextTableBlock.d added.

08/06/08 14:08:07 changed by doob

Oh BTW it should only show "id" because it's the only thing I'm importing.