atom / symbols-view

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

Feature request: display functions only #81

Open LukeMauldin opened 9 years ago

LukeMauldin commented 9 years ago

Add a key-binding/option to launch function view and display functions only instead of all symbols

apemsel commented 9 years ago

It would be even more flexible if one could configure the ctags --<LANG>-kinds option used internally

josegonzalez commented 9 years ago

Does anyone know of a way to perform this? Maybe some configuration setting somewhere?

Dayjo commented 8 years ago

I would love this :)

mshenfield commented 8 years ago

@apemsel Check out #125 for information on how to to configure ctags to ignore symbol types (e.g. class, variable, function) including internal calls by symbols-view.

apemsel commented 8 years ago

Thanks for the workaround, good idea

ChristopheBoucaut commented 8 years ago

@mshenfield you ... you saved my life !