vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
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...
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...
**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...
Fixes golang/vscode-go#3637
**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...
**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...
### 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...
### 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...