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

**Is your feature request related to a problem? Please describe.** One of the features that I use the most in this extension is the "Generate Interface Stubs" command. It's great,...

FeatureRequest
HelpWanted
NeedsInvestigation

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

### What version of Go, VS Code & VS Code Go extension are you using? - Run `go version` to get version of Go - go version go1.14.4 linux/amd64 -...

Documentation

**Is your feature request related to a problem? Please describe.** When implementing a new feature, I often add a new field to a struct first by writing out the usage...

FeatureRequest

VS Code Go uses gopls for most of the language features, but there are a few features that still require 3rd party tools. We propose to migrate those features to...

tools/installation

In the VS Code settings GUI, `Go: Editor Context Menu Commands` and other settings of type object with boolean properties boolean are displayed with check boxes with the descriptions of...

NeedsFix

go-review.googlesource.com/c/vscode-go/+/406300 adds a non-trivial javascript code for webview. Change to use typescript and add the compiled javascript during the build step instead. Plus point: a setup reusable for other webview...

vulncheck

Go: 1.17.2 windows/amd64 VSCode: 1.67.1 VSCode-Go-Extention: 0.33.0 Example code: ```go func TestPrintByte0(t *testing.T) { b := []byte{'a', 'b', 0, 'd', 'e'} t.Log(string(b)) // only print ab without a '\n' t.Log("hello...

NeedsInvestigation
go-test

It would be great to see struct size right in the editor e.g. to decide should I use pointer or not. Something like a [import cost](https://marketplace.visualstudio.com/items?itemName=wix.vscode-import-cost) but for structs

FeatureRequest
gopls

**Is your feature request related to a problem? Please describe.** show project dependencies libraries as goland ![image](https://user-images.githubusercontent.com/5474294/161674814-35301f61-aba6-472c-ba06-18a98e61e1b6.png) **Describe the solution you'd like** a new view show project dependencies libraries, i...

FeatureRequest