I've been trying to get used to pydev for a couple of days now, and I really like it, but if I keep the auto-import option on, it keeps importing for example from test.test_iterlen import len
(and many others) whenever I want a len(something)
even though it's not necessary.
On the other hand if I completely turn the auto-import feature off, when I do a len(something), it just keeps inserting empty/blank lines before the current line and it's really annoying.
Any idea what might be causing it? Either the non necessary import or the empty line one.
Eclipse: Indigo Service Release 1
Eclipse platform: 3.7.1
PyDev: 2.3.0.2011121518
Python: 3.2.2
Many thanks!