aboutsummaryrefslogtreecommitdiff
path: root/internal/lsp/cmd/definition.go
AgeCommit message (Expand)Author
2022-09-07gopls: migrate internal/lsp to gopls/internal/lspRobert Findley
2022-04-20gopls: remove usage of golang.org/x/xerrorsRobert Findley
2022-02-02gopls: take control of the flag printingIan Cottrell
2022-02-02gopls: clean up the help textIan Cottrell
2020-04-27internal/lsp/cmd: fix the command line query for definitionRebecca Stambler
2020-03-19internal/lsp/cmd: fix definition test to run independentlyDaisuke Suzuki
2020-02-14internal/lsp: check for file URIs on LSP requestsHeschi Kreinick
2020-02-14internal/span,lsp: disambiguate URIs, DocumentURIs, and pathsHeschi Kreinick
2020-02-03internal/lsp: remove useless checkPeter Weinberger
2019-12-12internal/lsp: improve link in documentation on hoverRebecca Stambler
2019-09-17internal/lsp: show errors when the user is in the wrong directoryRebecca Stambler
2019-09-08x/tools/gopls: convert to the august, 2019 version of the LSP protocolpjw
2019-08-06internal/lsp: use x/xerrors to create new errorsJan Steinke
2019-05-15internal/lsp: add shutdown handlingIan Cottrell
2019-05-10internal/lsp: making cmd tests fast and smallIan Cottrell
2019-04-17internal/lsp: check content format instead of assuming markdownRebecca Stambler
2019-04-05internal/lsp: make definition use the lsp protocolIan Cottrell
2019-04-01internal/lsp: add the ability to log back to the clientIan Cottrell
2019-03-29internal/lsp: fix broken gopls query help commentIan Cottrell
2019-03-28internal/lsp: wire up configurationIan Cottrell
2019-03-18internal/lsp: fix accepting line:colum forms to query definitionIan Cottrell
2019-03-18internal/lsp: refactor query definition test to allow adding a new testIan Cottrell
2019-03-15internal/span: change to private fieldsIan Cottrell
2019-03-13internal/lsp: convert to the new location libraryIan Cottrell
2019-03-12internal/lsp: add a source.Package interfaceRebecca Stambler
2019-03-08internal/lsp: add cache for type informationRebecca Stambler
2019-02-21internal/lsp: absolutize paths when converting filenames to URIsRebecca Stambler
2019-02-13internal/lsp: remove error return values from interface "field" accessorsIan Cottrell
2019-01-31internal/lsp/cmd: add the definition modeIan Cottrell