Skip to content

Instantly share code, notes, and snippets.

@Rodrigora
Last active May 30, 2019 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rodrigora/59031e593f58e79cf8b4749e180e70e8 to your computer and use it in GitHub Desktop.
Save Rodrigora/59031e593f58e79cf8b4749e180e70e8 to your computer and use it in GitHub Desktop.
setting up CTags for mac/sublime
Install JSON support
brew install jansson
Install Universal CTGAS
brew install --with-jansson --HEAD universal-ctags/universal-ctags/universal-ctags
Install CTAGS sublime plugin
https://github.com/SublimeText/CTags
Generate tags
ctags -R --output-format=json --languages=ruby --exclude=.git --exclude=log -f .tags . $(bundle list --paths)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment