Want to create tags for Rails projects comfortably
I recently started using universal-ctags on Vim.It's very convenient, but I'm worried about the following two points.
·When ctags-R
runs in the root directory of the Rails project, it takes too long
·Select an automatic tags creation plug-in
LS I tried the LSP solargraph first, but I decided to use ctags because the jump didn't go as well with the Rails project.
What solutions or plug-ins do you need to meet these three requirements?
ruby-on-rails vim ctags
For 2
and 3
, see
https://github.com/jsfaint/gen_tags.vim
There seems to be a plug-in called .They seem to create tags asynchronously, so you may be able to meet the requirements.
© 2024 OneMinuteCode. All rights reserved.