Skip to content

Test new fold navigation commands #129353

@aeschli

Description

@aeschli

Refs: #91023

Complexity: 2

Create Issue


Test the new Goto Previews/Next/Parent commands

  • assign keyboard shortcuts to the new fold navigation commands
    e.g.
[
	{
		"key": "ctrl+k ctrl+,",
		"command": "editor.gotoToNextFold"
	},
	{
		"key": "ctrl+k ctrl+.",
		"command": "editor.gotoToPreviousFold"
	},
	{
		"key": "ctrl+k ctrl+;",
		"command": "editor.gotoToParentFold"
	}
]
  • set cursor to a location in a fold and verify that the commands are useful

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions