Skip to content

Add an option to exclude certain kinds of ctags #763

Closed
@andreyfedoseev

Description

@andreyfedoseev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions