atom / symbols-view

Jump to symbols in Atom
MIT License
165 stars 115 forks source link

Can't find tagfile #182

Closed paradox460 closed 8 years ago

paradox460 commented 8 years ago

Many users use a git post-commit hook to generate tag files, which get saved in .git. Plugins such as fugitive.vim have configuration options to allow for the tag file to be in different locations, and take into account path.

Atom does not allow this to be changed, its hardcoded into https://github.com/atom/symbols-view/blob/master/lib/tag-reader.coffee.

Furthermore, creating a softlink to the tags file does not work, as all tag urls are ../ based

50Wliu commented 8 years ago

This is a duplicate of #77 - feel free to subscribe there for updates.