vscode-go icon indicating copy to clipboard operation
vscode-go copied to clipboard

Go extension for Visual Studio Code

Results 438 vscode-go issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Right now I can't make vs code show code coverage across all packages in the workspace. This is true for...

FeatureRequest

Since go does not have an explicit declaration of which interfaces one implements, it is hard to follow someone's code. I know that there is a command to show all...

FeatureRequest
NeedsInvestigation
gopls

Would it be possible to add formatting, autocomplete, and colorization for Go templates? (.tmpl)

FeatureRequest
NeedsDecision

### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go version` to get version of Go from _the VS Code...

NeedsInvestigation

### Setup No Go settings. The global setting `editor.suggest.snippetsPreventQuickSuggestions` set to `true`. ### Bug description While inside placeholders of snippets in Go, VSCode suggest auto-completions even though the global setting...

NeedsInvestigation

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...

**Is your feature request related to a problem? Please describe.** Something happened after installing Go 1.18 to drive Microsoft Defender's Antimalware Service Executable nuts every time `staticcheck` or such is...

Documentation
HelpWanted

My guess is a race condition - gopls trace output window should be shown before the automated issue report logic can read and process the output. But there could be...

NeedsInvestigation

EDIT by @hyangah: If VSCode's automated issue report sent you here, please open a new issue to discuss your case: * Fill out the issue template * Attach `golang.go-unresponsive.cpuprofile.txt` VS...

gopls version: v0.8.4 (go1.18.2) gopls flags: update flags: proxy extension version: 0.33.1 go version: 1.18.2 environment: Visual Studio Code linux initialization error: undefined issue timestamp: Mon, 06 Jun 2022 07:15:18...

WaitingForInfo
automatedReport