Re: [Pydev-code] Python code completion
Brought to you by:
fabioz
From: Aleks T. <a...@to...> - 2004-03-29 19:06:57
|
Fabio Zadrozny wrote: > Hi all... > > I had some ideas on code completion (attached)... Good points on completion. Having a database that holds latest completion info is one good way to get around lack of types. We can get type information from the user, or for advanced fun, from the debugger. We could save this info as hidden Eclipse markers, or in some other form. I am trying not to think about completion too much since it is a complex subject, and debugger is keeping me plenty busy. > Allied with simple text-completion, it would make for a really good enviroment for editing python (I've been using > the lunar-eclipse plug-in and it has already done python editing in eclipse almost unbeatable - maybe we could > try to get in contact with its authors and distribute it toghether with pydev - if it's ok with you, I'll get in thouch > with its authors and integrate it in pydev...) What cool features does lunar-eclipse has? I have not used it, and their website is not very transparent about what they are. Aleks PS: Good luck on your project, Fabio > I think that having that, to be the 'BEST' python editing enviroment, it would only require: debug, refactoring and some kind > of macro extension... |