Skip to content

Jump to tag/symbol #535

@IamGianluca

Description

@IamGianluca

I was wondering if there is an equivalent way in python-language-server to jump to a tag/symbol ― possibly with completion. With ctags, this should be possible via the :tag command. What I'm looking for is something like the following:

  1. Go in command mode in Vim/Neovim
  2. Type an equivalent command to :tag
  3. Start typing the function/class name (possibly use tab to autocomplete)
  4. Press enter and jump to where such function/class is defined

I'm already aware of the functionality that allows jumping to the definition of the reference under the cursor.

BTW, I'm not using ctags. I'm looking for a way to do that using just python-language-server. In my mind, LSP should eventually replace ctags. Am I wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions