Skip to content

commands: support the equivalent of vim-go's GoDefPop #203

@lxstorm

Description

@lxstorm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureRequestHelpWantedIssues that are not prioritized by the maintainers. Help is requested from community contributors.

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions