aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/references.go
AgeCommit message (Expand)Author
2022-01-13internal/lsp: honor the file kind provided by clients for overlaysRobert Findley
2022-01-13internal/template: identify template files by the templateExtensions optionpjw
2021-05-05internal/lsp: support template filesPeter Weinbergr
2020-08-03internal/lsp/cache: ref-count snapshotsHeschi Kreinick
2020-06-11internal/lsp: read files eagerlyHeschi Kreinick
2020-03-27internal/lsp: refactor references/rename/implementationsRebecca Stambler
2020-02-14internal/lsp: check for file URIs on LSP requestsHeschi Kreinick
2020-02-14internal/span,lsp: disambiguate URIs, DocumentURIs, and pathsHeschi Kreinick
2020-01-16internal/lsp: refactor find-references and renameMuir Manders
2020-01-13internal/lsp: remove view.FindPosInPackage and view.FindMapperInPackageRebecca Stambler
2020-01-09internal/lsp: propagate errors from find referencesRebecca Stambler
2020-01-07internal/lsp: parallelize initial workspace loadRebecca Stambler
2019-12-19internal/lsp: eliminate source.File type and move GetFile to snapshotRebecca Stambler
2019-12-11internal/lsp: fix find-references to search from all package variantsMuir Manders
2019-12-11internal/lsp: add handling for go.mod files in internal/lsp functionsRohan Challa
2019-12-11internal/lsp: check all package variants in find-implementationsMuir Manders
2019-12-06internal/lsp: respect References.IncludeDeclaration settingRebecca Stambler
2019-11-21internal/lsp: reorganize and refactor codeRebecca Stambler
2019-11-16internal/lsp: fix panic in bestViewRebecca Stambler
2019-10-01internal/lsp: rework snapshots and cache FileHandles per-snapshotRebecca Stambler
2019-09-09internal/lsp: remove the GetToken and GetAST functionsRebecca Stambler
2019-09-05internal/lsp: fix declarations in referencesRebecca Stambler
2019-08-29internal/lsp: use protocol.Ranges for source.IdentifierRebecca Stambler
2019-08-16internal/lsp: separate out getMapper functionRebecca Stambler
2019-08-15internal/lsp: split the telemetry library outIan Cottrell
2019-08-07internal/lsp: minor refactoring for source.IdentifierRebecca Stambler
2019-07-18internal/lsp: convert logging callsIan Cottrell
2019-07-15internal/lsp: convert all logging calls to the context versionIan Cottrell
2019-07-03internal/lsp: include declaration for referencesSuzy Mueller
2019-07-01internal/lsp: find references in test packagesSuzy Mueller
2019-06-26internal/lsp: support a file belonging to multiple packagesRebecca Stambler
2019-06-20internal/lsp: check for conflicts on renameSuzy Mueller
2019-06-10internal/lsp: add find all referencesSuzy Mueller