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

I am evaluating vscode and goland at the moment. This feature of goland is nice: ![image](https://user-images.githubusercontent.com/414336/176840822-ad11e330-a654-415b-99c7-5889cba8a472.png) Only if I expand the block, I see ![image](https://user-images.githubusercontent.com/414336/176841019-65b78ba9-3a73-42b0-9256-a63597a5d69b.png) This feature of goland reduces...

FeatureRequest
HelpWanted

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

WaitingForInfo

**Describe the solution you'd like** I am using VS Code to write Go programs, and I want to disable 'Quick info on hover'—where hovering over variables, methods, etc., shows their...

FeatureRequest

### What version of Go, VS Code & VS Code Go extension are you using? 1.23.0 1.96.2 0.44.0 * Run `go version` to get version of Go from _the VS...

![Image](https://github.com/user-attachments/assets/4a938ede-7b98-4324-b53b-febe447749c3) `{ // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { "name": "main", "type": "go", "request": "launch", "mode": "debug", "cwd": "./", "program": "main.go", } ]...

WaitingForInfo

## launch.sjon ```c { "name": "XDLMSrv-Debug", "type": "go", "request": "launch", "mode": "debug", "program": ".", // main.go "buildFlags": "-o .vs/debug.exe", // if set this path, the debugger won't launch "env": {...

WaitingForInfo

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

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

### What version of Go, VS Code & VS Code Go extension are you using? go 1.24.2 vscode ,1.35 32 bits, linux mint 19.3 32 bits * Run `go version`...

WaitingForInfo

vscode-go uses `extension/test/runTest.ts` to execute integration tests. Consider migrating to `@vscode/test-cli` and `.vscode-test.js` (or .mjs/.cjs). Looking at runTest.ts, I think it should be feasible. The only part I see that...

chore/testing