atom / symbols-view

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

toggle-file-symbol doesn't read project's .tags files #167

Closed chenglou closed 8 years ago

chenglou commented 8 years ago

Correct me if I'm wrong, but the whole code path starting from https://github.com/atom/symbols-view/blob/f36b81fe8358f5e3e300b6bbf43c33e995f93760/lib/main.coffee#L9 to https://github.com/atom/symbols-view/blob/f36b81fe8358f5e3e300b6bbf43c33e995f93760/lib/tag-generator.coffee#L56 doesn't take into consideration a project's custom .tags files. For any language not recognized by the ctags-config file or ctags itself, toggle-file-symbol returns nothing.

lee-dohm commented 8 years ago

That's correct. The single file symbols list is generated on the fly.