1
0
mirror of https://github.com/golang/go synced 2024-10-01 08:28:43 -06:00
go/internal/lsp/cache
Rebecca Stambler faa69481e7 internal/lsp/cache: add finer-grained control of file changes
This change is the first step in centralizing control of modifications
to different files, either within the workspace or outside of it. We add
a source.FileAction type to pass into the internal/lsp/cache package and
handle the difference between opening and creating a file.

Now that we load all packages in a workspace by default, we no longer
need to re-load a file on open. This CL should enable CL 206883 to work
correctly.

Change-Id: I2ddb21ca2dd33720d668066e73283f5629d02867
Reviewed-on: https://go-review.googlesource.com/c/tools/+/206888
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-11-14 16:11:15 +00:00
..
analysis.go internal/lsp/cache: handle a nil pointer exception in analysis 2019-11-08 17:37:09 +00:00
builtin.go internal/lsp: address staticcheck warnings 2019-10-04 02:16:23 +00:00
cache.go internal/lsp: use options hooks to install diff driver 2019-10-11 16:38:31 +00:00
check.go internal/memoize: propagate cancellation 2019-11-12 23:22:37 +00:00
error_test.go internal/lsp: refactor error handling code in type-checking 2019-10-21 18:57:46 +00:00
errors.go internal/lsp: look up files in packages by position instead of URI 2019-11-13 16:34:02 +00:00
external.go internal/lsp: use versioned URIs in rename and code actions 2019-11-13 05:52:40 +00:00
file.go internal/lsp: modify approach to watching changed files 2019-10-22 21:33:45 +00:00
gofile.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00
load.go internal/lsp/cache: have NewView create view even if load all packages fails 2019-11-11 18:23:52 +00:00
parse.go internal/lsp: stop caching diagnostics on the package 2019-10-24 22:03:59 +00:00
pkg.go internal/lsp: look up files in packages by position instead of URI 2019-11-13 16:34:02 +00:00
session.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00
snapshot.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00
view.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00
watcher.go internal/lsp/cache: add finer-grained control of file changes 2019-11-14 16:11:15 +00:00