Supercharge your VIM into IDE with CTags
CTags generates index file of all your classes, methods and all other identifiers. You can use that index in your editor to jump straight to the methods you’re interested in. In this article, I’ll show you how to use them with Vim and Rails. Continue reading
Post a comment