vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
**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,...
### 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...
### 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 -...
**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...
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...
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...
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...
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...
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
**Is your feature request related to a problem? Please describe.** show project dependencies libraries as goland  **Describe the solution you'd like** a new view show project dependencies libraries, i...