Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 762 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 762 Bytes

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.