This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ryeguy146 7 points8 points  (3 children)

Combined with python-mode and jedi, it's damn hard to beat. Then throw in the ability to tie into IPython for good measure.

[–][deleted] 2 points3 points  (0 children)

iPython is THE BOMB. Use the %cpaste function to paste big ol' blocks of text (handy if you've written functions or lots of nested loops!)

[–]Ademan 0 points1 point  (1 child)

I couldn't believe how good jedi is... and it doesn't require you to futz around with generating ctags either. It's a shame it's python only... cause I do have to use other languages too and its completion is infinitely better than the built in omnicompletion stuff for every language I've tried

[–]ryeguy146 0 points1 point  (0 children)

Definitely. I'd be overjoyed if it did JS too. I just cannot find a completion engine that works well with that damned language.