Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Auto completion in Python


 i started looking into this and i'm going to be able to provide a working implementation any time soon (although someone else may be able to). from what i have seen so far, code completion relies the source parser and knowing how to walk the python ast.

  given that i haven't quite figured that out for my perl plugin yet and my relative inexperience with python in general, i am ill equipped to handle this at the moment. since i need to get my perl parser inline and get a better grasp that portion of the code base, i will continue looking into on that end and will the initial legwork to get all the pieces put in place so later it can be a 'fill in the blanks' type thing.

 if you'd like to try your hand, i can tell you where you need to look to get started. :)

On Fri, Mar 7, 2008 at 2:14 PM, <timothy-a.mcknight@xxxxxxx> wrote:
 
Great Thanks.  I'd be willing so sacrifice myself as a tester if you'd like
 
~Tim


From: dltk-dev-bounces@xxxxxxxxxxx [mailto:dltk-dev-bounces@xxxxxxxxxxx] On Behalf Of Jae Gangemi
Sent: Thursday, March 06, 2008 4:01 PM
To: DLTK Developer Discussions
Subject: Re: [Dltk-dev] Auto completion in Python


  this hasn't been implemented for python yet.

  i'm currently finishing up adding template support for python (and my perl plugin) so i'll take a look at what it would take to get this going after i'm finished.

On Thu, Mar 6, 2008 at 10:56 AM, <timothy-a.mcknight@xxxxxxx> wrote:

All,

I am trying out 1.0M5 and am having trouble getting auto completion to
work. Does DLTK have code completion in Python?

       import time
       time.s   <- no autocompletion when I  type that

Any help is greatly appreciated.

Thanks,
Tim
Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mails are not encrypted and cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses.  The sender
therefore does not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail transmission.
If verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities
or related financial instruments.

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev



--
-jae

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only
for the individual named.  If you are not the named addressee you
should not disseminate, distribute or copy this e-mail.  Please
notify the sender immediately by e-mail if you have received this
e-mail by mistake and delete this e-mail from your system.

E-mails are not encrypted and cannot be guaranteed to be secure or
error-free as information could be intercepted, corrupted, lost,
destroyed, arrive late or incomplete, or contain viruses.  The sender
therefore does not accept liability for any errors or omissions in the
contents of this message which arise as a result of e-mail transmission.
If verification is required please request a hard-copy version.  This
message is provided for informational purposes and should not be
construed as a solicitation or offer to buy or sell any securities
or related financial instruments.

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev




--
-jae

Back to the top