Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5826457
By: fabioz

That's a feature from Pydev Extensions... You can write the token you want to
use and it's not in the context and Pydev adds that import to you...

E.g.: 

You write bisect_left with a code-completion without having it into the context
and when you accept the completion, it'll also write an import 'from bisect
import bisect_left'.

There are more details (with pictures) at
http://www.fabioz.com/pydev/manual_adv_complnoctx.html

You can however choose not to use that feature in window > preferences > pydev
> pydev extensions > auto imports.

Cheers,

Fabio

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to