Closed as duplicate of#74329
Description
My Setup:
- go:
go version go1.24.4 linux/amd64
- gopls:
golang.org/x/tools/gopls v0.19.1
- code:
1.101.1
- vscode-go extension:
0.46.1
The Problem:
When I type arguments into a function, the "parameter hints"-box highlights the current parameter in blue.
This doesn't work with gopls v0.19 anymore.