Refs: https://github.com/microsoft/vscode/issues/91023 - [x] anyOS @donjayamanne - [x] anyOS @hediet Complexity: 2 [Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23129353%0A%0A&assignees=aeschli) --- 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
Refs: #91023
Complexity: 2
Create Issue
Test the new
Goto Previews/Next/Parentcommandse.g.