Group multiple `use` directives in `go.work`

Merge multiple `use` directives in `go.work` into one directive.

Tip Screenshot

If you have multiple use directives in your go.work file, you can merge them in a single one with a quick-fix.

How to use:

Place the cursor on a use directive, press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and select Merge multiple use directives into one.


Related Resources

Create a function in another package
Type a non-existing function name and generate its implementation in a package of your choice
Empower your `Printf`-like functions with coding assistance
Provide hints and highlights for message formats in custom `Printf`-like functions
Vulnerability checker
Analyze your codebase and highlight known vulnerabilities in go.mod