I've been trying to set up Vim autocompletion for Ruby code and have not been successful. I mean things "work", but I would expect a better plugin or configuration to be available.
I've set up the rubycomplete plugin and it is doing a decent job, but nothing compared to an IDE like RubyMine. It was just a breath of fresh air once I installed it see what I was missing. It is well aware of syntax, context and usually shows only relevant possible options.
Maybe I just haven't set things up correctly. It's been impossible to find a tutorial, blog post, good documentation on how to go about this (especially one that is up to date). Sometimes you just find that there are different tools and setups and not much explanation on how to go about it.
Is there a community standard for this type of thing? What are the best tools to achieve this? Any good tutorial, source, clues on how to go about it?
I keep hearing people say that they prefer Vim over an IDE like Rubymine and that they can achieve pretty much the same behavior on many aspects with the proper plugin configuration, but my experience has not been the same. I really want to keep using Vim since it is lighter and I love the editor, but productivity is the most important thing and I'm wasting too much time reading blog posts from 3 and 4 years ago about how to set this up.