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?开发者_StackOverflow社区
Thanks.
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..
精彩评论