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

I [noted on Twitter](https://twitter.com/_zombiezen_/status/1536558545025396737) for the new inlay hint feature: >The Rust language server has a nice subtle touch where if the parameter name matches the argument variable given, it...

FeatureRequest

gopls version: v0.9.1 (go1.18.2) gopls flags: update flags: proxy extension version: 0.35.1 go version: 1.18.2 environment: Visual Studio Code - Insiders linux initialization error: undefined issue timestamp: Fri, 29 Jul...

WaitingForInfo

Normally, ctrl+click on an import line for a module will take you to the dock page, usually hosted on https://pkg.go.dev/. If I have a private repository holding a module referenced...

NeedsInvestigation
WaitingForInfo

**Is your feature request related to a problem? Please describe.** The "Go to symbol in Workspace…" feature performs a search on _all_ symbols available to the workspace, even those defined...

FeatureRequest
WaitingForInfo
gopls

**Is your feature request related to a problem? Please describe.** When i switch the option `promptForTags` to `true`, I will be prompted for tags and options. But all options are...

FeatureRequest
NeedsInvestigation

### Versions go version go1.18.2 windows/amd64 gopls -v version golang.org/x/tools/gopls v0.8.4 code -v 1.67.2 go extension v0.33.1 ### Settings (user and workspace) "editor.formatOnSave": false, "[go]": { "editor.formatOnSave": false }, ###...

upstream-tools
WaitingForInfo
gopls

gopls version: v0.9.1 (go1.18.3) gopls flags: update flags: proxy extension version: 0.35.1 go version: 1.18.3 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Tue, 26 Jul 2022 20:41:03...

WaitingForInfo

We can set this default before gopls switches its default (https://github.com/golang/go/issues/45313) Semantic tokens fixes many issues TextMate-based syntax highlighting has (incorrect highlighting, lack of generics support, etc) Potential concerns: *...

gopls version: v0.9.1 (go1.18.3) gopls flags: update flags: proxy extension version: 0.35.1 go version: 1.18.3 environment: Visual Studio Code win32 initialization error: undefined issue timestamp: Sun, 24 Jul 2022 03:42:46...

WaitingForInfo

**Is your feature request related to a problem? Please describe.** When I write code, then I often see red underlined variables of variables my code does not use yet. ![image](https://user-images.githubusercontent.com/414336/173004856-a61a87f1-9674-46f9-aa9a-5c16f0e8f54d.png)...

FeatureRequest
gopls
NeedsTriage