This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 155939 - Autocompletation of imports always no works
Summary: Autocompletation of imports always no works
Status: CLOSED INVALID
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-22 14:45 UTC by richard_1383hot
Modified: 2017-06-22 18:18 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description richard_1383hot 2008-12-22 14:45:57 UTC
Saludos,

I going to explain with example what's happening:

1. I type: 
from directaerp.parametro.fields import ctrl+space
2. Netbeans IDE show me a filtered list of the imports that is posible to do. ( It's wonderful)
3. I select ProvinciaField so the line is : 
from directaerp.parametro.fields import ProvinciaField
4. I want to add other import in the same line, type "," and CTRL+SPACE and IDE show me a list but it is not filtered

Finally the line that I need is :
from directaerp.parametro.fields import ProvinciaField, CiudadField

I will be waiting for your help. Thanks.
Comment 1 Jenselme 2017-06-22 18:06:56 UTC
Completion is being reworked for the new release planed in August. Not sure it is still relevant with the current version. Closing this as old bug.
Comment 2 Jiri Kovalsky 2017-06-22 18:18:33 UTC
Thanks for your evaluation Julien. Closing then.