1
0
mirror of https://github.com/golang/go synced 2024-10-01 01:38:33 -06:00
go/internal/lsp/testdata
Rohan Challa 55b754b4e0 internal/lsp: fix active param in signature help
This change adjusts where the start and end of the arguments list are when determining which parameter is the active paramter. Rather than use the first and last argument's position, we will use the start and ending parentheses.

Fixes golang/go#37271

Change-Id: I70bc5c8b4bdb5242fc35a20e63b9a8860cb1d6bd
Reviewed-on: https://go-review.googlesource.com/c/tools/+/221817
Run-TryBot: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2020-03-03 19:47:17 +00:00
..
indirect internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00
lsp internal/lsp: fix active param in signature help 2020-03-03 19:47:17 +00:00
missingdep internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00
missingtwodep internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00
unused internal/lsp: add codelens for go.mod dependency upgrades 2020-02-14 14:15:08 +00:00
upgradedep internal/lsp: add an upgrade all dependencies codelens 2020-03-02 21:30:18 +00:00