atom / symbols-view

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

How to use symbols outside the project directory #122

Open framallo opened 9 years ago

framallo commented 9 years ago

I'm running a rails application and I'm trying to add the gems into the ctag file with this command

ctags -R . $(bundle list --paths)

When I try to open a symbol that is inside the application folder .e.g ApplicationHelper it works great. But when I want to open a symbol that is on the gems folder it doesn't work. I get a message saying Selected file does not exist

screen shot 2015-08-28 at 12 48 18 pm

How could I make it work?

treenewbee commented 8 years ago

This may help: https://github.com/atom/symbols-view/issues/86