Skip to content

Go to list separator #105362

@joespiff

Description

@joespiff

Issue Type: Feature Request

There is a Go to Bracket feature that is very useful for jumping to a pairing bracket, brace, or parenthesis when one of those is next to the cursor. Since many of these brackets enclose lists of items that are comma-separated or semicolon separated, it would be handy to have a command that would work when you place your cursor next to one of these brackets, where running the command would jump to the first comma or semicolon that was a separator at the same level as the bracket (ignoring separators inside of nested lists or string definitions). Repeated runs of the command would jump to the next comma or semicolon at that same level.

This feature would greatly improve the ability to navigate through heavily nested lists of items, such as complex SQL or LISP statements.

VS Code version: Code 1.48.1 (3dd9051, 2020-08-19T17:12:13.244Z)
OS version: Windows_NT x64 10.0.18362

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions