- cad55b2 [gopls-release-branch.0.9] gopls: squash CLs to fix broken tests by Robert Findley · 2 years, 4 months ago
- f157068 internal/lsp/regtest: allow sharing memoized results across regtests by Robert Findley · 2 years, 6 months ago
- 04bd087 internal/lsp: enable fillstruct for generics by Suzy Mueller · 2 years, 6 months ago
- 71dc5e2 internal/lsp/cache: make snapshot reference counting uniform by Alan Donovan · 2 years, 6 months ago
- ad756c7 internal/lsp: initial test set up for inlay hints by Suzy Mueller · 2 years, 7 months ago
- 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests by Robert Findley · 2 years, 8 months ago
- 37590b3 gopls: remove usage of golang.org/x/xerrors by Robert Findley · 2 years, 9 months ago
- 3e30e21 gopls: remove the workspace_metadata command by Robert Findley · 3 years ago
- 68b574a internal/template: identify template files by the templateExtensions option by pjw · 3 years ago
- affba50 internal/lsp: temporarily strip subscripts from generic hover by Robert Findley · 3 years, 3 months ago
- cd7c003 internal/lsp: add support for hovering runes by Jean-Hadrien Chabran · 3 years, 9 months ago
- 46d1522 internal/lsp: add extract to method code action by Suzy Mueller · 3 years, 7 months ago
- 4061312 internal/lsp: add list_known_packages and add_import commands by Marwan Sulaiman · 3 years, 8 months ago
- 94a1942 internal/lsp/completion: move postfix completions behind option by Muir Manders · 3 years, 11 months ago
- 09058ab internal/lsp/source/completion: add postfix snippet completions by Muir Manders · 4 years, 2 months ago
- b3556f0 internal/lsp: remove some unused parameters, mostly in the cache package by Rebecca Stambler · 3 years, 10 months ago
- d34cf35 internal/lsp/source: return nil for foldingRange in case of parse error by Hana · 4 years ago
- c3402e3 internal/lsp: update to latest version of LSP protocol by pjw · 4 years ago
- c2bea79 internal/lsp/source: make it an error to rename embedded fields by Rob Findley · 4 years ago
- 008e477 internal/lsp, gopls: recover from go-diff panics by Rebecca Stambler · 4 years, 1 month ago
- 0e8b1ee gopls, internal/lsp: support fillstruct for partially-filled structs by Jean de Klerk · 4 years, 3 months ago
- 325b08a internal/lsp: rewrite the workspace symbol marker tests by Rebecca Stambler · 4 years, 2 months ago
- ed677e9 internal/lsp/tests: factor normalization logic out of cmd tests by Rebecca Stambler · 4 years, 2 months ago
- 330dc7d internal/lsp/cache: assign a static temp workspace dir to the first view by Rob Findley · 4 years, 3 months ago
- a2250d3 internal/lsp: add gopls semtok command and semantic token tests by Peter Weinbergr · 4 years, 3 months ago
- 828e89d internal/lsp: fix env setting type by Heschi Kreinick · 4 years, 3 months ago
- b5b8742 internal/lsp/source: refactor c.item to support deepSearch in all cases by Danish Dua · 4 years, 3 months ago
- e843550 internal/lsp: run marker tests in multi-module mode by Heschi Kreinick · 4 years, 4 months ago
- aeb8e36 internal/lsp: remove multi-module support in tests by Heschi Kreinick · 4 years, 4 months ago
- c537a34 internal/lsp: pass options by reference instead of by value by Rebecca Stambler · 4 years, 4 months ago
- f4cefd1 internal/lsp: enable multi-module workspace mode by default in tests by Rebecca Stambler · 4 years, 4 months ago
- 6a8222e gopls/doc: generate settings JSON, docs by Heschi Kreinick · 4 years, 4 months ago
- acefd22 internal/lsp/source: move completion to its own package by Danish Dua · 4 years, 4 months ago
- 5d67d6c internal/lsp: clean up some of the mod code lens code by Rebecca Stambler · 4 years, 4 months ago
- bc8aaaa internal/lsp: ignore period ('.') triggered completions in comments by Danish Dua · 4 years, 5 months ago
- b793a13 internal/lsp: add outgoing calls call hierarchy by Danish Dua · 4 years, 5 months ago
- 1365742 internal/lsp: add incoming calls hierarchy to gopls by Danish Dua · 4 years, 5 months ago
- fd80f4d internal/lsp: fix a few small staticcheck warnings by Rebecca Stambler · 4 years, 5 months ago
- c1903db internal/memoize: switch from GC-driven to explicit deletion by Heschi Kreinick · 4 years, 6 months ago
- 9221131 internal/lsp: release resources for call hierarchy file requests by Danish Dua · 4 years, 5 months ago
- a5d4502 internal: add call hierarchy cmd and lsp scaffolding by Danish Dua · 4 years, 5 months ago
- 412b8bd internal/lsp/cache: ref-count snapshots by Heschi Kreinick · 4 years, 6 months ago
- b647668 internal/lsp: remove PackageHandle by Heschi Kreinick · 4 years, 6 months ago
- 7017fd6 internal/lsp: fix hover for implicit type switch variable declarations by Rebecca Stambler · 4 years, 6 months ago
- 37a045f internal/lsp: move undeclaredname suggested fix out of analysis by Rebecca Stambler · 4 years, 6 months ago
- 4025ed8 internal/lsp: move fillstruct suggested fixes out of analysis by Rebecca Stambler · 4 years, 6 months ago
- 6d307ed internal/lsp: support extract function by Josh Baum · 4 years, 6 months ago
- 1837592 internal/lsp/source: speed up completion candidate formatting by Muir Manders · 4 years, 11 months ago
- aa94e73 internal/lsp/source: add a new symbolStyle configuration option by Rob Findley · 4 years, 7 months ago
- 20370b0 internal/lsp: honor GOPRIVATE in documentLinks and go.mod hovers by Rob Findley · 4 years, 7 months ago
- e31b568 internal/lsp: plumb fillstruct through analysis by Rebecca Stambler · 4 years, 7 months ago
- 9001f16 internal/lsp: cancel the initial workspace load when view shuts down by Rebecca Stambler · 4 years, 7 months ago
- ecd3fc4 internal/lsp: read files eagerly by Heschi Kreinick · 4 years, 7 months ago
- 9b20fe4 internal/lsp: added a fill struct code action by Pei Xian Chee · 4 years, 7 months ago
- 1c0c6cf x/tools/internal/lsp/source: avoid panic in failing Highlight test by Pontus Leitzler · 4 years, 7 months ago
- cf2d1e0 internal/lsp/source: offer smart "append()" completions by Muir Manders · 4 years, 11 months ago
- 8ddc067 internal/lsp/source: don't link to packages matching GOPRIVATE in hover by Rob Findley · 4 years, 8 months ago
- ca5866b internal/lsp: add config option for SymbolMatch by Paul Jolly · 4 years, 9 months ago
- e48fac3 internal/lsp: change workspace symbols to use session config for matcher by Paul Jolly · 4 years, 9 months ago
- 5744cfd internal/lsp: fix imports issue with duplicate package decl by Rebecca Stambler · 4 years, 9 months ago
- 4d14fc9 internal/lsp: add type error fixes to existing diagnostics by Rebecca Stambler · 4 years, 9 months ago
- a3568ba internal/lsp: disable unimported completions for snippet tests by Rebecca Stambler · 4 years, 9 months ago
- 3304cfb internal/lsp: temporarily disable type error analyzers by default by Rebecca Stambler · 4 years, 9 months ago
- 31583a0 internal/lsp/tests: remove ellipses from test names by Rohan Challa · 4 years, 10 months ago
- 63da46f x/tools/gopls: run go generate through CodeLens by Marwan Sulaiman · 4 years, 10 months ago
- c94e1fe internal/lsp/source: return location(s) for imported packages by Danish Prakash · 5 years ago
- a0897ba internal/lsp/cmd: improve flexibility of suggested fixes by Rohan Challa · 4 years, 10 months ago
- 4183ba1 internal/lsp: move the debug.Instance onto the Context by Ian Cottrell · 4 years, 11 months ago
- c4f5635 internal/lsp: add an upgrade all dependencies codelens by Rohan Challa · 4 years, 11 months ago
- e02f584 internal/lsp/debug: move all debug state onto the Instance by Rob Findley · 5 years ago
- f7b8cc7 internal/span,lsp: disambiguate URIs, DocumentURIs, and paths by Heschi Kreinick · 5 years ago
- 98b3097 internal/lsp: add codelens for go.mod dependency upgrades by Rohan Challa · 5 years ago
- 885dec1 internal/lsp/source: make matchers selectable in WorkspaceSymbols by Daisuke Suzuki · 5 years ago
- f8c9a4c internal/lsp: export DiffSymbols to avoid duplication by emahiro · 5 years ago
- 6224300 internal/lsp: remove unnecessary source.SignatureInformation type by Rebecca Stambler · 5 years ago
- 2529d28 internal/lsp/tests: standardize testdata folder format by Rohan Challa · 5 years ago
- dd0d5d4 internal/lsp: filter keyword completions in tests by Muir Manders · 5 years ago
- 6e8b36d internal/lsp: add support for workspace symbol by Daisuke Suzuki · 5 years ago
- ab391d5 internal/lsp: don't show links in hover for test functions by Rebecca Stambler · 5 years ago
- ab09473 internal/lsp: fix active parameter for incomplete parentheses by Rebecca Stambler · 5 years ago
- 1b668f2 internal/lsp: disable literal completion candidates for some clients by Rebecca Stambler · 5 years ago
- 219d341 internal/lsp: batch file changes in didChangeWatchedFiles by Rebecca Stambler · 5 years ago
- e54d0ed internal/lsp: support batched on-disk changes in source.DidModifyFiles by Rebecca Stambler · 5 years ago
- ba161d9 internal/lsp: add tests for references includeDeclaration setting by Rebecca Stambler · 5 years ago
- 78d0674 internal/lsp: remove the Context argument from NewSession by Rob Findley · 5 years ago
- 0cba7a3 internal/lsp/source: enable unimported completions by default by Heschi Kreinick · 5 years ago
- a209551 internal/lsp: consolidate completion sorting by Muir Manders · 5 years ago
- f80fb1d internal/lsp: refactor find-references and rename by Muir Manders · 5 years ago
- 49797d0 internal/lsp/source: improve completion in type assertions by Muir Manders · 5 years ago
- a7dab02 internal/lsp: diagnose the snapshot on every text synchronization event by Rebecca Stambler · 5 years ago
- 7ae403b internal/lsp: finish renaming CheckPackageHandle to PackageHandle by Rob Findley · 5 years ago
- 8f45075 internal/lsp: merge completion options into source.Options by Rebecca Stambler · 5 years ago
- 4a54ec1 internal/lsp: remove view.FindPosInPackage and view.FindMapperInPackage by Rebecca Stambler · 5 years ago
- a7a6caa internal/lsp: initialize the view on creation by Rebecca Stambler · 5 years ago
- 8a1a3df internal/lsp: allow diagnostics to be computed per-file or per-package by Rebecca Stambler · 5 years ago
- 7201abb internal/lsp: parallelize initial workspace load by Rebecca Stambler · 5 years ago
- 3f7dfa3 internal/lsp: sort by label after score by Heschi Kreinick · 5 years ago
- 3721262 internal/lsp: support taking address for completion candidates by Muir Manders · 5 years ago
- 918115f internal/lsp: refactor find-implementation handling by Muir Manders · 5 years ago
- 2208e16 internal/lsp: eliminate source.File type and move GetFile to snapshot by Rebecca Stambler · 5 years ago