jbockle / format-files

VS Code extension to format all files in workspace
41 stars 13 forks source link

Add option to 'Organize Imports' #19

Closed thesilican closed 3 years ago

thesilican commented 3 years ago

VS Code has an editor.action.organizeImports command that organizes imports (e.g. removes unused imports, sorts alphabetically). Works for js/ts, and any other language that supports the editor command.

By default this option is off, to preserve backwards compatability.

jbockle commented 3 years ago

sorry I missed this, thanks!