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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to implement "Jump to the next function definition" (keys '[m')
I've seen
vimState.historyTracker
used for other movement methods, but couldn't find one for ctags (which I read are part of VSCode).The following code is an edit of a different jump method as defined in the source:
https://github.com/VSCodeVim/Vim/blob/master/src/actions/motion.ts
Any way to access ctags? Is it needed to add a parser to tag methods in file?
Beta Was this translation helpful? Give feedback.
All reactions