Open
Description
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:
- Go in command mode in Vim/Neovim
- Type an equivalent command to
:tag
- Start typing the function/class name (possibly use tab to autocomplete)
- 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
Labels
No labels