🔄 Reformat & Organize
Process a file, folder, or Explorer multi-selection in the background—without opening every file in an editor tab. ✨ Features
🔍 Scope FiltersBoth Reformat Code and Organize Imports support scope filtering when processing folders or Explorer multi-selections. 🌿 Only changed filesProcesses only files reported as changed by Git, including:
Deleted files are automatically skipped. 📖 Only open filesProcesses only documents currently open in the active VS Code window. When Only changed files and Only open files are enabled together, a document must match both filters to be processed. 🎯 File masksUse WebStorm-style masks to limit which files are processed: .ts, .tsx src//*.js .vue; .json Supported patterns:
🧹 Reformat CodeRight-click a file, folder, or Explorer selection and choose Reformat Code…. You can optionally:
📦 Organize ImportsRight-click a file, folder, or Explorer selection and choose Organize Imports….
|