aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/highlight.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-04-23internal/telemetry: renaming to internal/eventIan Cottrell
2020-03-18internal/lsp: move the telemetry packageIan Cottrell
2020-03-12internal/lsp: migrate telemetry to using the event packageIan Cottrell
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-13internal/lsp: remove view.FindPosInPackage and view.FindMapperInPackageRebecca Stambler
2019-12-19internal/lsp: eliminate source.File type and move GetFile to snapshotRebecca Stambler
2019-12-11internal/lsp: add handling for go.mod files in internal/lsp functionsRohan Challa
2019-11-21internal/lsp: reorganize and refactor codeRebecca Stambler
2019-11-18internal/lsp: reorganize the generated Go code for the lsp protocolpjw
2019-11-16internal/lsp: fix panic in bestViewRebecca Stambler
2019-09-08x/tools/gopls: convert to the august, 2019 version of the LSP protocolpjw
2019-09-06internal/lsp: switch to using protocol positions for document symbolsRebecca Stambler
2019-08-16internal/lsp: separate out getMapper functionRebecca Stambler
2019-08-15internal/lsp: split the telemetry library outIan Cottrell
2019-07-18internal/lsp: convert logging callsIan Cottrell
2019-07-15internal/lsp: convert all logging calls to the context versionIan Cottrell
2019-06-25internal/lsp: separate refactorings out of memoization CLRebecca Stambler
2019-05-16internal/lsp: add structured layers to the cacheIan Cottrell
2019-05-15internal/lsp: prepare for non go filesIan Cottrell
2019-04-17internal/lsp: refactor server.go to separate into LSP categoriesRebecca Stambler
2019-03-26internal/lsp: add support for document highlightZac Bergquist