Suzy Mueller
Suzy Mueller
The latest gopls version suppresses parameter name inlay hints when the argument matches the name (for example, ctx and id match the parameter names below):  on darwin: main.go: ``` package main import ( "fmt" "os" "os/signal" "syscall" )...
cc @findleyr gopls is really fast at detecting errors and putting diagnostics. There may be some work to do to improve the user experience for diagnostics on code that is...
@hyangah We definitely will need to check the `locspec.SubstitutePath` implementation, since from the command line it was not possible to set `to` as the empty string. I believe there may...
@Nearoo I have a couple of questions about your setup to understand your use case. Could you provide more information about how the process you are debugging was built (ideally...
There are a number of significant changes to the coloring of Go code when semantic tokens are turned on. We will need to make sure to have clear communication as...
https://go-review.googlesource.com/c/vscode-go/+/359402 was submitted to enable this in Nightly
By default we build the directory, not just the open file, since a package is defined by the directory. If the directory doesn't contain a `go.mod` file then building the...
Hi @windzhu0514! Thanks for the feature request! Could you include more information about what you would like to see? A screenshot from goland and a description of how you can...
I think this is a duplicate of #2351. To verify, could you try to install delve at tip and see if that fixes the issue? Thanks. https://github.com/go-delve/delve/tree/master/Documentation/installation