-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Open
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitykeybindingsVS Code keybinding issuesVS Code keybinding issues
Milestone
Description
When creating keyboard shortcuts, it would be nice if you could pass an array of commands (to execute like a macro) that would run the commands in that order.
So take this for example:
{
"key": "ctrl+s",
"command": [
"editor.action.format",
"editor.action.trimTrailingWhitespace",
"workbench.action.files.save"
],
"when": "editorTextFocus"
}
It would format the file, remove trailing white space then save the file.
stylemistake, TimMensch, mihe, mdzor, csholmq and 690 moreszmarczak, gocs, fifn2, zijiax, Pafik1337 and 58 moreGordonMohrin, C0smin, plioi, ValentinDewolf, kgfly and 27 more
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalitykeybindingsVS Code keybinding issuesVS Code keybinding issues