/vscode-import-beautify

:sparkles: VSCode extension to help grouping and beautify import statments.

Primary LanguageTypeScriptMIT LicenseMIT

import-beautify

VSCode extension to help grouping and beautify import statments.

Preview

Preview

Features

  • Group by Regexp, support child groups
  • Order by names and path, support custom order direction and case-first
  • Configuration with tab style, quotemark, trailing comma, semicolon...
  • Beautify before save
  • Path rewriting

Todos

  • Combine same paths
  • Project-base configuration
  • Allow exclude files

Inspiration