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

VS Code can show code coverage in the editor. Here is an example: Right now, `vscode-go` only uses this feature for package-level tests, to show which lines of code aren't...

FeatureRequest

**Is your feature request related to a problem? Please describe.** No way in VSCode to get the code coverage percentage **Describe the solution you'd like** To show in the Tests...

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

**Is your feature request related to a problem? Please describe.** Currently with this code works that spawn a process internally that depends on node `child_process`: ```js cp8.execFile( goRuntimePath, // -json...

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

Debug
NeedsInvestigation

https://github.com/golang/vscode-go/blob/36d95e2eab1c68be2445798f6a4ff76601af4b8c/extension/src/language/legacy/goFormat.ts#L50-L52 ``` "go.formatTool": "custom", "go.formatFlags": [ "-format", "-rm-unused", "FILENAME, supposedly", ], "go.alternateTools": { "customFormatter": "goimports-reviser", }, ```

This is a feature request derived from [golang/vscode-go#3906](https://github.com/golang/vscode-go/issues/3906) When an error occurred, the vscode-go extension normally inform the user by a notification. Normally, those notification have very limited information about...

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

Please answer these questions before submitting your issue. Thanks! --> ### What version of Go, VS Code & VS Code Go extension are you using? Version Information * Run `go...

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