1. bd5dfbb all: fix some comments by cui fliter · 2 years, 1 month ago
  2. 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package by Alan Donovan · 2 years, 3 months ago
  3. 099260e gopls/internal/lsp: followups to dropping line directives by Alan Donovan · 2 years, 3 months ago
  4. eb70795 gopls: ignore //line directives by Peter Weinberger · 2 years, 5 months ago
  5. 13648cd gopls/internal/lsp/cache: use Package.FileSet where possible by Alan Donovan · 2 years, 4 months ago
  6. b15dac2 gopls: migrate internal/lsp to gopls/internal/lsp by Robert Findley · 2 years, 7 months ago[Renamed (98%) from internal/lsp/source/completion/snippet.go]
  7. 03d333a internal/lsp: add snippet completion for function type parameters by Robert Findley · 3 years ago
  8. b579874 lsp/completion: reorganize how we track candidate type mods by Muir Manders · 3 years, 10 months ago
  9. 8da1a62 internal/lsp/source/completion: remove "completion_" prefix from files by Rebecca Stambler · 4 years, 4 months ago[Renamed from internal/lsp/source/completion/completion_snippet.go]
  10. f5e916c internal/lsp/source/completion: move search path to candidate by Danish Dua · 4 years, 6 months ago
  11. d148ae1 internal/lsp/source/completion: convert deep completion to bfs by Danish Dua · 4 years, 6 months ago
  12. acefd22 internal/lsp/source: move completion to its own package by Danish Dua · 4 years, 6 months ago[Renamed (99%) from internal/lsp/source/completion_snippet.go]
  13. f29cbc7 internal/lsp: remove source.Cache by Heschi Kreinick · 4 years, 8 months ago
  14. 8f45075 internal/lsp: merge completion options into source.Options by Rebecca Stambler · 5 years ago
  15. 35ba81b internal/lsp: reorganize and refactor code by Rebecca Stambler · 5 years ago
  16. dc59f20 all: fix typo ("identifer" → "identifier") by Anthony Fok · 5 years ago
  17. 87e6e09 internal/lsp: don't overwrite suffix when inserting completion by Muir Manders · 5 years ago
  18. dd2b5c8 internal/lsp: simplify snippet config/generation by Muir Manders · 6 years ago
  19. dc339cc internal/lsp: improve completions in go and defer statements by Muir Manders · 6 years ago
  20. 4298585 internal/lsp: provide deep completion candidates by Muir Manders · 6 years ago
  21. 7927dba internal/lsp: build the packages config on demand from proper configuration by Ian Cottrell · 6 years ago
  22. 473d3dc internal/lsp: handle additional snippet cases by Rebecca Stambler · 6 years ago
  23. 7d7faa4 internal/lsp: fix missing parens in function call snippet by Muir Manders · 6 years ago
  24. de15caf internal/lsp: fix composite literal completion by Muir Manders · 6 years ago
  25. a1c92a4 internal/lsp: add additional error handling for builtin packages by Rebecca Stambler · 6 years ago
  26. 2346320 internal/lsp: support builtin types without hardcoding by Rebecca Stambler · 6 years ago
  27. b9fed79 internal/lsp: change some comments and variable names in completion code by Rebecca Stambler · 6 years ago
  28. c6e1543 internal/lsp: add struct literal field snippets by Muir Manders · 6 years ago