/vscode-format-context-menu

VSCode extension to format multiple files with right click context menu

Primary LanguageTypeScriptMIT LicenseMIT

VSCode format in context menus

This VSCode extension allows the user to format one or multiple files with right-click context menu.

Demo

Features

  • Format one or multiple files from Explorer Context Menu
  • Format one or multiple files from SCM Context Menu
  • Format one file from Editor File Tile Context Menu

Extension Settings

This extension contributes the following settings:

  • formatContextMenu.saveAfterFormat: enable/disable saving after formatting (default: true).
  • formatContextMenu.closeAfterSave: enable/disable closing closing after saving (default: false). This does nothing unless you have enabled saving after formatting.