atom / symbols-view

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

Add options to configure ctags path #127

Open paradox460 opened 8 years ago

paradox460 commented 8 years ago

Currently, atom only looks for a .tags file in the project root. This disables many useful ctags setups, like having tags for rubygems or the stdlib.

If possible, an option to specify where to look for multiple tagfiles would be quite useful