Bpython-like / IDE editor?

I really like bpython, full autocomplete, and I'd really like to use it directly in my editor / IDE. Is there a way to integrate it into vim / gedit / eclipse / etc?

Thanks.

+6
source share
1 answer

I had a similar question. I wanted to have bpython in Vim, as I was tired of switching between a terminal and Vim. It turns out that there is a fantastic plugin (as usual for Vim :) called conque . Docs here

After installation, in the Vim prompt, do : ConqueTerm bpython and smile :) I think this works for both Ipython and others.

+2
source

Source: https://habr.com/ru/post/897528/


All Articles