You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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::tag
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?The text was updated successfully, but these errors were encountered: