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

Go extension for Visual Studio Code

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

Right now, the VSCode-Go repo integration test is testing against the last released version. (The definition of released is a version with a tag, both release version v0.17.1 and prerelease...

FeatureRequest

When vscode calls the gopls packages command to list tests, is it feasible to pass testFlags? The test flags could include -tags which could change which tests are available, causing...

FeatureRequest

**Is your feature request related to a problem? Please describe.** I would like to share reference to lines of code in public repository of imported packages when discussing issues with...

FeatureRequest

**Is your feature request related to a problem? Please describe.** I'd like to provide a certain test flag — `-v` — when I run a _single_ test in my project,...

After typing `.` or when hitting Ctrl + Space, VSCode shows a list of members of the struct, including functions. This list, currently, also displays some members of members, and...

FeatureRequest

**Is your feature request related to a problem? Please describe.** Oftentimes when I import a package using the "Go: Add Import" feature I'd like to assign a package name to...

FeatureRequest

### 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.** Error messages on complex types and functions can be messy and tricky to read and understand For example ``` cannot...

FeatureRequest
upstream-vscode

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

Documentation