Last Updated: February 25, 2016
·
1.295K
· RayHightower

Automatic Ctags With RubyMotion & Vim

RubyMotion includes a rake task that generates Exuberant Ctags. Ctags make writing code more efficient. This article shows how to use a shell script to generate ctags automatically every time you create a new RubyMotion app.

Automatic Ctags With RubyMotion & Vim