atom / symbols-view

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

Ctrl+r does not list all functions in cpp file #185

Closed arrchana closed 8 years ago

arrchana commented 8 years ago

I have installed exuberant-ctags package, and have run ctags -R . in my project directory. It created a tags file which contains all the functions, variables, etc. However, atom still doesn't list all the functions available in my cpp file. How can I get this to work?

The same file when opened in Sublime Text, lists all the functions available in the file. I love using Atom, please help me get this to work. Thanks!

50Wliu commented 8 years ago

We're trying to control the amount of Issues that we have to triage and track. For general questions, the Atom message board is where you'll probably be able to find answers faster.