Skip to content
This repository has been archived by the owner on Dec 24, 2020. It is now read-only.

Default ctags exclude list is unconfigurable #318

Open
ashb opened this issue Nov 27, 2020 · 1 comment
Open

Default ctags exclude list is unconfigurable #318

ashb opened this issue Nov 27, 2020 · 1 comment

Comments

@ashb
Copy link

ashb commented Nov 27, 2020

The default exclude list is unconfigurable -- which is a problem for me as I have a .../deps/... folder that I don't want to ignore.

Where this this come from, cos it appears to have a lot of java things that are just not common in my experience of developing python.

I'd propose removing these all from the hard-coded config file https://github.com/neoclide/coc-python/blob/master/resources/ctagOptions and then moving them to in to the (default) config of pythonSettings.workspaceSymbols.exclusionPatterns -- that way they can be configurable.

@ashb
Copy link
Author

ashb commented Nov 27, 2020

My temporary work around for this was to add "" as a exclude pattern on the config, which then causes ctags to reset it's exclude list when it encounters it, and then add back in the ones I wanted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant