Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Go Group ImportsNew to Visual Studio Code? Get it now.

Go Group Imports

kghali

|
82 installs
| (0) | Free
VSCode extension for separating imports in go files into three groups: stdlib, 3rdparty, own.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

go-group-imports

VSCode extension for separating imports in Go files into three groups:

  1. Standard library imports,
  2. Third party imports,
  3. Own (belonging to the organization) imports.

Extension Settings

  • groupImports.onSave: automatically group imports on save. Default value is true.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft