Skip to content

Document formatter-specific Format Document keybindings - #10203

Closed
Nick Trogh (ntrogh) with Copilot wants to merge 1 commit into
mainfrom
copilot/add-formatter-specific-keybindings-doc
Closed

Document formatter-specific Format Document keybindings#10203
Nick Trogh (ntrogh) with Copilot wants to merge 1 commit into
mainfrom
copilot/add-formatter-specific-keybindings-doc

Conversation

Copilot AI commented Aug 31, 2026

Copy link
Copy Markdown
Contributor

Users with multiple formatters lacked documentation for invoking a specific nondefault formatter directly from a keyboard shortcut.

  • Keybinding example

    • Documents editor.action.formatDocument.multiple with a formatter extension ID:

      {
        "command": "editor.action.formatDocument.multiple",
        "args": {
          "formatter": "publisher.extension-id"
        }
      }
  • Command behavior

    • Distinguishes direct formatter invocation from configuring the default formatter or opening the formatter picker.
    • Covers case-insensitive matching and unavailable formatters.

Copilot AI linked an issue Aug 31, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update keybindings documentation for formatter-specific format document Document formatter-specific Format Document keybindings Aug 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document formatter-specific Format Document keybindings

2 participants