On Sat, Jan 27, 2007 at 02:58:38AM -0800, Dick Moores wrote: > <html> > <body> > At 07:12 PM 1/24/2007, Shadab Sayani wrote:<br> > <blockquote type=cite class=cite cite="">Hi,<br> > I am using vim editor to code my project in python.Is there a good > IDE where in I type the name of the class object and then dot then > all the attributes of the object are displayed so on.</blockquote><br> > Ulipad can do this.<br><br> > Dick Moores<br><br> > <x-sigsep><p></x-sigsep> > UliPad <<The Python Editor>>: > <a href="http://wiki.woodpecker.org.cn/moin/UliPad"> > http://wiki.woodpecker.org.cn/moin/UliPad</a> </body> > </html> >
If you want to stick with VIM, you can get the functionality you're looking for if it's 7.0+ and compiled with +python. A web search for "omnicomplete python vim" (no quotes) brings up some useful pages. Gabe _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
