tools/internal/lsp/source
Ian Cottrell ce09bef8aa internal/lsp: reduce the api surface of the cache package
The cache now exposes only one symbol, NewView
This is preparing the cache for a re-write

Change-Id: I411c2cd7a7edc2e7c774218c6786f9fd4fcc53cb
Reviewed-on: https://go-review.googlesource.com/c/tools/+/176924
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-05-15 16:36:46 +00:00
..
analysis.go internal/lsp: add more error propagation and logging for analyses 2019-04-24 02:44:48 +00:00
completion.go internal/lsp: make snippets private fields 2019-05-15 03:55:09 +00:00
completion_format.go internal/lsp: use builtin package for signature help 2019-05-15 13:46:40 +00:00
completion_snippet.go internal/lsp: fix missing parens in function call snippet 2019-05-15 01:24:06 +00:00
diagnostics.go internal/lsp: fix nil pointer when propagating diagnostics 2019-05-14 14:35:49 +00:00
enums.go internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
format.go internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00
highlight.go internal/lsp: add support for document highlight 2019-03-26 19:08:20 +00:00
hover.go internal/lsp: fix typo on license year 2019-05-14 17:17:24 +00:00
identifier.go internal/lsp: add definition support for packages 2019-05-10 15:10:30 +00:00
signature_help.go internal/lsp: use builtin package for signature help 2019-05-15 13:46:40 +00:00
source_test.go internal/lsp: reduce the api surface of the cache package 2019-05-15 16:36:46 +00:00
symbols.go internal/lsp: make interface methods children of the interface symbol 2019-04-24 02:46:01 +00:00
util.go internal/lsp: add some missing copyright notices 2019-05-11 04:16:17 +00:00
view.go internal/lsp: reduce the api surface of the cache package 2019-05-15 16:36:46 +00:00