aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/regtest/misc/hover_test.go
AgeCommit message (Expand)Author
2023-02-23gopls/internal/lsp/source: add documentation links to hoverPeter Weinberger
2023-02-10gopls/internal/lsp/source: rewrite hoverRobert Findley
2023-02-07gopls/internal/regtest: add a regtest-based version of the marker testsRobert Findley
2023-01-31tools/gopls: provide markdown for completion and signature helpPeter Weinbergr
2023-01-26gopls/internal/regtest: make RegexpSearch return a LocationAlan Donovan
2023-01-26gopls/internal/lsp/cache: remove package dependence on packages.ConfigRobert Findley
2023-01-06gopls/internal/lsp/mod: fix nil panic in go.mod hoverAlan Donovan
2022-12-15x/tools: drop support for Go toolchains older than go1.16Alan Donovan
2022-12-09gopls/hover: remove header tags from hover markdownPeter Weinbergr
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-04-25internal/lsp: render package documentation when hovering over a package importDylan Le
2022-02-17internal/lsp/source: adjust object position when formatting full ASTRobert Findley
2021-09-22internal/lsp: handle panic in hoverRune by using token.PosRebecca Stambler
2021-09-09internal/lsp: remove the TODO and add a test for the hover panicRebecca Stambler
2021-07-26internal/lsp/source: improve logic for finding full syntax in hoverRob Findley
2021-07-26internal/lsp/source: evaluate bin/hex literal on hoverdanishprakash
2021-05-18internal/lsp/source: re-parse if needed when collecting identifier infoRob Findley