vscode-go
vscode-go copied to clipboard
Go extension for Visual Studio Code
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...
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...
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...
**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...
**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...
### 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 }, ###...
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...
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...
**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. ...