aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/regtest/completion/completion_test.go
AgeCommit message (Expand)Author
2023-03-07gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackagesAlan Donovan
2023-03-03gopls/internal/lsp/cache: make type-checking incrementalRobert Findley
2023-02-06gopls: fix typos in comments and docOleksandr Redko
2023-02-02gopls/internal/lsp/source: use syntax alone in FormatVarTypeRobert Findley
2023-01-26gopls/internal/regtest: make RegexpSearch return a LocationAlan Donovan
2023-01-18gopls/internal/regtest: use AfterChange in more placesRobert Findley
2023-01-13gopls/internal/regtest: eliminate DiagnosticAtRegexpRobert Findley
2023-01-13gopls/internal/lsp/fake: use protocol types for the fake editorRobert Findley
2023-01-10gopls/internal/lsp/lsppos: delete MapperAlan Donovan
2023-01-10gopls/internal/lsp/lsppos: delete TokenMapperAlan Donovan
2023-01-06gopls/completion: avoid duplicating text in test func completionsPeter Weinberger
2022-12-29gopls/internal/regtest: make BufferText strictRobert Findley
2022-12-22gopls/internal/lsp: Replace input text when completing a definitionViktor Blomqvist
2022-12-15x/tools: drop support for Go toolchains older than go1.16Alan Donovan
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-07-12internal/lsp/regtest: simplify, consolidate, and document settingsRobert Findley
2022-05-23internal/lsp/cache: invalidate metadata when parsing issues resolveRobert Findley
2022-03-10internal/lsp: add completion for use directivesMichael Matloob
2022-02-25internal/lsp: Provide completions for test function definitionspjw
2022-02-03internal/lsp/completion: the inserted text should be what is shown to the userpjw
2021-07-22internal/lsp/source: compute imports text edits from scratchRob Findley
2021-06-16internal/lsp/cache: don't delete metadata until it's reloadedRebecca Stambler
2021-06-09lsp/completion: reorganize how we track candidate type modsMuir Manders
2021-06-02Revert "internal/lsp/cache: don't delete metadata until it's reloaded"Rebecca Stambler
2021-05-19internal/lsp/cache: don't delete metadata until it's reloadedRebecca Stambler
2021-05-13gopls/internal/regtest: add a failing regtest for vscode-go#1489Rob Findley
2021-04-30internal/lsp/completion: indicate completion candidates that are deprecatedpjw
2021-04-27internal/lsp/source/completion: suggest only valid package namesShoshin Nikita
2021-04-23internal/lsp: move gopls/internal/regtest -> internal/lsp/regtestPaul Jolly
2021-04-16internal/lsp/source: fix Deref function for cyclic typesShoshin Nikita
2021-04-14internal/lsp/source: fix an infinite loop in Deref functionShoshin Nikita
2021-02-05internal/lsp/cache: allow fixing multiple syntax errorsMuir Manders
2021-02-05internal/lsp/cache: disable network for mod tidy diagnosticsHeschi Kreinick
2021-01-28gopls/internal/regtest: split regtests up into multiple packagesRob Findley