Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Folder FormatterNew to Visual Studio Code? Get it now.
Folder Formatter

Folder Formatter

Michał Kaleta

|
1,715 installs
| (2) | Free
This extension adds 2 new options in folder context menus, allowing to format and organize imports in all files inside.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Folder Formatter

Folder Formatter is a simple extension, which allows formatting all files inside specific folders. It adds two options to folder context menu. Curentlly avaliable options:

  • Format files - formats all files in specific folder, and optionally inside all nested folders. Only files with specified extensions will be opened.
  • Format files and organize imports - additionally organizes imports on all files.

Extension Settings

This extension contributes the following settings:

  • folderformatter.extensions: array of extensions, to decide which files are to be included. Format as ["js", "py",...].
  • folderformatter.recursive: decides whether to enter all folders recursively inside the current folder.

Known Issues

Curently none

0.0.1

Initial release of folder sorter with minimal functions.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft