Want to tag and jump Rails projects with Vim

Asked 1 years ago, Updated 1 years ago, 100 views

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

2022-09-29 21:59

1 Answers

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.


2022-09-29 21:59

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.