microsoft/vscode

Missing Sublime Text command - fold levels 6-9

waderyan opened this issue · 1 comments

While building this extension to map Sublime Text default keyboard shortcuts to VS Code, I found that this feature is missing.

The feature is folding on levels 6 through 9. Today we only fold until level 5.

Default Sublime Text keybindings

Windows / Linux Mac Fold Level
ctrl+k ctrl+6 cmd+k cmd+6 6
ctrl+k ctrl+7 cmd+k cmd+7 7
ctrl+k ctrl+8 cmd+k cmd+8 8
ctrl+k ctrl+9 cmd+k cmd+9 9

This iteration we focus on issue grooming. This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!