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
Is it possible to configure rubycomplete.vim that popup scope methods at the top and
Share
If you are using tpopes awesome rails.vim in conjunction with exuberant ctags you can simply run the command
:Rtagsand it will generate all relevant tags for your project.