Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bpython-like editor/IDE?

I love bpython's fast, comprehensive autocompletion and I'd really like to use it right inside my editor/IDE. Is there a way to integrate it into vim/gedit/eclipse/etc?

Thanks.

like image 561
user456584 Avatar asked Sep 17 '11 15:09

user456584


1 Answers

I had a similar question. I wanted to have bpython in Vim as i was getting tired of switching between terminal and Vim. Turns out there is a fantastic plugin ( as there usually are for Vim :) called conque . Docs are here

After u install it at the Vim prompt do :ConqueTerm bpython and smile :) I think it works for Ipython and others as well..

like image 167
zzart Avatar answered Sep 28 '22 06:09

zzart