.. |
cache.go
|
internal/lsp: using memoize for all file contents
|
2019-06-11 20:12:47 +00:00 |
check.go
|
internal/lsp/cache: fix nil check by adding missing "continue"
|
2019-06-14 20:25:48 +00:00 |
external.go
|
internal/lsp: using memoize for all file contents
|
2019-06-11 20:12:47 +00:00 |
file.go
|
internal/lsp: use the memoize package to get *token.Files
|
2019-06-14 19:20:18 +00:00 |
gofile.go
|
internal/lsp: use ids instead of package paths as map keys
|
2019-06-12 18:00:59 +00:00 |
load.go
|
internal/lsp: parse filenames only out of go list errors
|
2019-06-14 19:27:58 +00:00 |
modfile.go
|
internal/lsp: add modfile, sumfile structs, require Go files for diagnostics
|
2019-05-24 21:02:28 +00:00 |
parse.go
|
internal/lsp/cache: fix ineffectual err assignment
|
2019-06-17 16:34:45 +00:00 |
pkg.go
|
internal/lsp: add a field on the package to store diagnostics
|
2019-06-19 16:20:43 +00:00 |
session.go
|
internal/lsp: use ids instead of package paths as map keys
|
2019-06-12 18:00:59 +00:00 |
sumfile.go
|
internal/lsp: add modfile, sumfile structs, require Go files for diagnostics
|
2019-05-24 21:02:28 +00:00 |
token.go
|
internal/lsp: fix bug in creating token.Files
|
2019-06-21 19:58:16 +00:00 |
view.go
|
internal/lsp: use ids instead of package paths as map keys
|
2019-06-12 18:00:59 +00:00 |
watcher.go
|
internal/lsp: add file watching and use it to trigger invalidations
|
2019-05-24 14:03:12 +00:00 |