vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
**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...
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...
Would it be possible to add formatting, autocomplete, and colorization for Go templates? (.tmpl)
### 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...
### 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...
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...
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...
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...