aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/tests/util.go
AgeCommit message (Expand)Author
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-08-31internal/lsp/tests: simplify comparison of markdown at go1.18Robert Findley
2022-08-29internal/lsp: support regular expressions in Diagnostics testsAlan Donovan
2022-06-22internal/lsp: add settings for inlay hints and enableSuzy Mueller
2021-12-09internal/lsp: normalize interface{} to any in test comparisonsRobert Findley
2021-10-23internal/lsp: temporarily strip subscripts from generic hoverRobert Findley
2020-12-17internal/lsp, gopls: recover from go-diff panicsRebecca Stambler
2020-12-07internal/typesinternal: use Go 1.16 metadata for go/types errorsRob Findley
2020-12-01internal/lsp: use mode (GOPATH/modules) oriented error messagesRebecca Stambler
2020-11-30Revert "internal/lsp: use mode (GOPATH/modules) oriented error messages"Rebecca Stambler
2020-11-30internal/lsp: use mode (GOPATH/modules) oriented error messagesRebecca Stambler
2020-11-24internal/lsp: rewrite the workspace symbol marker testsRebecca Stambler
2020-09-22internal/lsp: remove multi-module support in testsHeschi Kreinick
2020-09-13internal/lsp: handle staticcheck in didChangeConfigurationRebecca Stambler
2020-09-09gopls/doc: generate settings JSON, docsHeschi Kreinick
2020-09-08internal/lsp/source: move completion to its own packageDanish Dua
2020-09-02internal/lsp: clean up some of the mod code lens codeRebecca Stambler
2020-08-20internal/lsp: add outgoing calls call hierarchyDanish Dua
2020-08-13internal/lsp: add incoming calls hierarchy to goplsDanish Dua
2020-08-03internal/lsp/cache: ref-count snapshotsHeschi Kreinick
2020-07-08internal/lsp: check if analysis enabled in convenience fixesRebecca Stambler
2020-04-30Revert "internal/lsp: hide analysis diagnostics from generated files"Rebecca Stambler
2020-04-29internal/lsp: hide analysis diagnostics from generated filesRebecca Stambler
2020-04-27internal/lsp: handle different package names in signature helpRebecca Stambler
2020-04-27internal/lsp: fix docs on hover for ungrouped package variablesRebecca Stambler
2020-04-23internal/lsp: correctly handle type aliases when formattingRebecca Stambler
2020-04-08internal/lsp: add type error fixes to existing diagnosticsRebecca Stambler
2020-04-02internal/lsp: temporarily disable type error analyzers by defaultRebecca Stambler
2020-03-30internal/lsp/tests: remove ellipses from test namesRohan Challa
2020-03-27internal/lsp/source: remove unused parameters from functionsRohan Challa
2020-03-10internal/lsp: change the type of CompletionItem.TextEdit backPeter Weinbergr
2020-03-09internal/lsp: bring generated protocol code up to date; stop corrupting logsPeter Weinberger
2020-03-02internal/lsp: add an upgrade all dependencies codelensRohan Challa
2020-02-19internal/lsp/tests: fix regexp for removing links that contain versionsRohan Challa
2020-02-14internal/span,lsp: disambiguate URIs, DocumentURIs, and pathsHeschi Kreinick
2020-02-14internal/lsp: add codelens for go.mod dependency upgradesRohan Challa
2020-02-11internal/lsp/tests: fix missing periodTomohiro Kusumoto
2020-02-07internal/lsp/tests: move workspace symbol test helpers functions into util.goemahiro
2020-02-06internal/lsp: move all of the test helpers functions into one fileRebecca Stambler
2020-02-06internal/lsp: remove unnecessary source.SignatureInformation typeRebecca Stambler