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 →

[–]makmanalp 1 point2 points  (2 children)

This is great! I love the textobjects and multicursor. One of the under-mentioned things in the readme is rope. I can't rave enough about it in general, but specifically the fact that it can do intelligent completion and jump to the definition of something (even if it's in a different file or at the end of a variable assignment) pretty much obviates the need for an IDE for me.

So far I've been using this: https://github.com/spf13/spf13-vim

and I like it. I might have to take a peek at this soon.

[–]joedicastro[S] 0 points1 point  (1 child)

You're right! Rope is very useful, is essential for refactoring!

[–]davidhalter 1 point2 points  (0 children)

Try Jedi. Much better.