Skip to content

Configurable "jump to bracket" characters/words (based on indentation, do/end, etc.) #113

Open
@Nezteb

Description

VS Code and metaGo both support jump to bracket:

metaGo uses a variable to store bracketPairs: https://github.com/metaseed/metaGo/blob/master/src/bracket-jumper.ts#L10

One thing I've always wanted in VS Code is a "jump to block" function that lets you jump to the start and end of a block based off of its indentation level. That seems a little complicated, so another thing I've wanted is a way to configure what characters/words can be jumped to.

There was a VS Code issue for this, but it was closed because it wasn't put on the roadmap: microsoft/vscode#32085

I created a new VS Code issue for this but don't know how it will be received by the VS Code team: microsoft/vscode#176694

So, my question to the metaGo crew: is this something y'all would find useful/doable?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions