Skip to content

What do you think about Visual Studio Marketplace? We are looking for feedback from developers like you! Take the survey

| Marketplace
Sign in
Visual Studio Code>Formatters>Composite FormatterNew to Visual Studio Code? Get it now.

Composite Formatter

mikoz

|
68 installs
| (0) | Free
Formatter that Runs Multiple Formatters.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Composite Formatter

GitHub Visual Studio Marketplace Installs Visual Studio Marketplace Version

VSCode Formatter that Runs Multiple Formatters.

Install Now

Features

  • Runs multiple formatters.

Extension Settings

This extension contributes the following settings:

  • composite-formatter.formatters: string[] An array of formatter ids, like [\"ms-python.python\"].
  • composite-formatter.language: string Language id, like typescript, python, *.
  • composite-formatter.scheme: string Uri scheme, like file, untitled.
  • composite-formatter.pattern: string A glob pattern that is matched on the absolute path of the document. Use a relative pattern to filter documents to a workspace folder, like **​/*.{ts,js} or *.{ts,js}.

Notes

  • It is not possible for a single extension to provide more than one Composite Formatter for the same language. This is a VSCode specification.
  • An request for this feature has moved to backlog. (Support multiple formatters for a single file · Issue #142904 · microsoft/vscode)
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft