VSCode extension for separating imports in Go files into three groups:
- Standard library imports,
- Third party imports,
- Own (belonging to the organization) imports.
groupImports.onSave
: automatically group imports on save. Default value istrue
.
VSCode extension for separating imports in go files into three groups: stdlib, 3rdparty, own.
TypeScript