If you have a question, please ask it on the #vscode or #vscode-go channels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode).
Is your feature request related to a problem? Please describe.
When use vscode to go to definition by serveral times mixing with some cursor move, then the jump back does not point the pre position where I call go to definition. This behaviour like vim's ctrl-o.
hope a jump back tag stack feature like vim-go's ctrl-t (:GoDefPop)
Describe the solution you'd like
use an additional definition stack, only jump definition can push into the stack, the jump back follows the stack's pop sequence
If you have a question, please ask it on the
#vscodeor#vscode-gochannels in Gophers Slack](https://invite.slack.golangbridge.org/messages/vscode).Is your feature request related to a problem? Please describe.
When use vscode to
go to definitionby serveral times mixing with some cursor move, then the jump back does not point the pre position where I callgo to definition. This behaviour like vim's ctrl-o.hope a jump back tag stack feature like vim-go's ctrl-t (
:GoDefPop)Describe the solution you'd like
use an additional definition stack, only jump definition can push into the stack, the jump back follows the stack's pop sequence