golang / vscode-go

Go extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=golang.Go
Other
3.87k stars 745 forks source link

Support goimports when when the language server is enabled #3119

Closed nicklaus-dev closed 9 months ago

nicklaus-dev commented 9 months ago

screen

Why goimports is disabled when using gopls

hyangah commented 9 months ago

Gopls already does goimports-compatible import & formatting functionalities (as code actions), so this is unnecessary.

nicklaus-dev commented 9 months ago

Thanks:)