ruby on rails - vim/macvim: locate where a method/symbol is defined -
I am using Macwim / VIM for most of my ruby + ruby on the development of railroad. Is there a method currently defined within a project, what is there any way to reach it, even if it is not in the same file, where it is being implemented? Either a language works in an ignorant way or Ruby / Rail specific way.
I recommend using the ctags plugin, how does Brian Leels use it with rail development Done, it gathered a nice screencard.
Otherwise the cheat sheet:
^] - Find a tag
< P>^ - T - Back
: Tags - Show where you are
: tag - anywhere in your tag stack
: selection Or G] - Show where something is referenced
You can see vim help by walking: Help: tags
Edit:
There is a good screencast for updating your tag file automatically
Comments
Post a Comment