34j / vscode-composite-formatter

VSCode Formatter that Runs Multiple Formatters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VSCode Formatter that Runs Multiple Formatters.

License:MIT License


Languages

Language:TypeScript 100.0%