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

### 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...

go-test

### please add them any go programmer really want it we need this two posfix auto complete intellisenc ### 1.Mystruct.interface postfix suggestion suppose we have this code > const (...

FeatureRequest
gopls

gopls version: v0.16.1/go1.22.5 gopls flags: update flags: proxy extension version: 0.40.3 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Wed, 28 Aug 2024 09:35:01 GMT restart history: Mon,...

### 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...

**Is your feature request related to a problem? Please describe.** As gdb does, break at a watch point for when a variable value change. Delve support watch command, but I...

FeatureRequest
Debug
upstream-tools

**Is your feature request related to a problem? Please describe.** Hello! We want to add custom _go vet_ tools to our vscode settings, allowing us to visualize warnings regarding the...

This issue tracks the relui workflow to further automate the vscode-go release process. The new relui-based release process includes * Sanity check on the version * Stable release: the initial...

chore/automation

**Is your feature request related to a problem? Please describe.** I wanted to understand why this allocates: ```go func normalize(v any) (any, typeCode, bool) { switch v := v.(type) {...

**Problem** I saw in https://go.dev/blog/godoc that there is a simple convention about documentation in golang: you should to write object's name firstly and then describe it's functionality. **Soulution** What about...

FeatureRequest
WaitingForInfo

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I open View -> Source and I try to find anything there, e.g. my functions -...

FeatureRequest
NeedsInvestigation