Closed
Description
This is a feature request.
Currently, ctags
generates all kinds of tags for Python code: class, function, class member, variable, import, file, etc.
When doing "Go To Symbol in Workspace" I'm only interested in definitions, such as class and function definitions and class members.
Allowing to specify what kinds of tags should be generated by ctags
would increase the relevancy of the "Go To Symbol in Workspace" output, and also reduce the size of tags
file drasticly.
The proposed solution is to add an option allowing to specify the included/excluded kinds of tags. This option will be passed to the --Python-kinds
argument of the ctags
executable.