atom / symbols-view

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

Added symbols-view.extraCtagsArguments #208

Closed segevfiner closed 2 years ago

segevfiner commented 7 years ago

General Description

This allows to add extra arguments to the ctags invocation used by file-view, an example use case is using --options and supplying an extra ctags config file which should only be used with Atom. That is the user doesn't want to place it in $HOME/.ctags or a similar location.

Description of the Change

I added a simple array config that is added as additional arguments to the ctags invocation used by file-view.

Benefits

A user can set any extra arguments he wants Atom to use for invoking ctags for example giving an Atom specific config file he doesn't want to use globally.

Possible Drawbacks

It's an extra configuration value a user can use to screw up symbols-view 😆