Skip to content

"fixAll" keybindings command #703

@hisbvdis

Description

@hisbvdis

It's impossible to configure actions "on formatting" in VS Code.
Only "on file save".
It would be much more convenient to be able to configure shortcuts to run "fixAll" command with Biome.

So far I need to use editor.action.fixAll command, but I have to choose Biome every time

{
  "key": "shift+alt+f",
  "command": "runCommands",
  "when": "editorTextFocus",
  "args": {
    "commands": [
      "editor.action.formatDocument",
      "editor.action.fixAll",
    ]
  },
},
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions