atom / symbols-view

Jump to symbols in Atom
MIT License
164 stars 114 forks source link

Find the ctags file in .git/tags? #77

Open mathie opened 9 years ago

mathie commented 9 years ago

I'm not sure where I picked it up from, but I have a git repository template with a post-commit hook that automatically generates a tags file when I commit to, or update the repository. You can find the hooks in my dot-files, here.

Would it be possible for symbols-view to pick up this tags file? Couple of things to note:

I discovered the latter when I lazily tried symlinking the existing tags file into my project root and it still wouldn't find the symbols. :smile:

TrevorS commented 9 years ago

:+1:

@mathie You probably got it from here: http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html.

:)

lzap commented 9 years ago

Yeah I do the same, but I don'ŧ use ctags but https://github.com/tmm1/ripper-tags and also automatic tagger https://github.com/lzap/gem-ripper-tags of course with hooks :-)