Rails Vim Model Methods

Is it possible to configure the rubycomplete.vim methods of the pop-up area at the top and first collect them from model files than from the global declaration of ActiveRecord methods

+6
source share
1 answer

If you use tpopes awesome rails.vim in combination with exuberant ctags, you can simply run the command :Rtags , and it will generate all the appropriate tags for your project.

+1
source

Source: https://habr.com/ru/post/897067/


All Articles