Reputation: 3216
Is it possible to configure rubycomplete.vim
that popup scope methods at the top and gather them from models files first, than from global declaration of ActiveRecord methods
Upvotes: 6
Views: 478
Reputation: 3667
If you are using tpopes awesome rails.vim in conjunction with exuberant ctags you can simply run the command :Rtags
and it will generate all relevant tags for your project.
Upvotes: 1