go/gopls/internal/lsp
Robert Findley 4818d9eec9 Revert "gopls/internal/lsp/cache: disable strict analysis while we fix panics"
This reverts commit 9b5e55b1a7.

Reason for revert: Should have been fixed by https://go.dev/cl/443100

Change-Id: I44eeff6605697b745c3729ac1ec49b9c09114f71
Reviewed-on: https://go-review.googlesource.com/c/tools/+/443340
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-10-18 14:49:53 +00:00
..
analysis gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
browser
cache Revert "gopls/internal/lsp/cache: disable strict analysis while we fix panics" 2022-10-18 14:49:53 +00:00
cmd refactor/satisfy: fix visiting functions in the unsafe package 2022-10-17 12:57:23 +00:00
command gopls/internal/lsp: use the golang.org/x/vuln/exp/govulncheck 2022-10-11 21:42:28 +00:00
debug gopls/internal/lsp: delete dead code 2022-09-28 18:44:21 +00:00
fake gopls/internal/lsp/source: find references in test packages 2022-10-11 14:54:39 +00:00
helper
lsppos all: fix a few function names on comments 2022-10-10 13:22:38 +00:00
lsprpc all: fix a few function names on comments 2022-10-10 13:22:38 +00:00
mod gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
progress
protocol gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
regtest gopls/internal/lsp/source: find references in test packages 2022-10-11 14:54:39 +00:00
safetoken
snippet
source gopls/internal/lsp/cache: add support for loading standalone main files 2022-10-13 15:07:40 +00:00
template gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
testdata gopls/.../fillstruct: support generic types 2022-09-30 19:58:05 +00:00
tests internal/diff: ToUnified may fail 2022-10-07 15:16:55 +00:00
work gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
README.md
call_hierarchy.go
code_action.go gopls: dedup upgrade code actions for vulncheck 2022-10-12 18:24:48 +00:00
code_lens.go
command.go gopls/internal/lsp: use the golang.org/x/vuln/exp/govulncheck 2022-10-11 21:42:28 +00:00
completion.go
completion_test.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
debounce.go
debounce_test.go
definition.go
diagnostics.go gopls/internal/lsp/cache: add support for loading standalone main files 2022-10-13 15:07:40 +00:00
folding_range.go
format.go
general.go gopls/internal/lsp: merge notifications about deprecated settings 2022-10-10 13:27:02 +00:00
highlight.go
hover.go
implementation.go
inlay_hint.go
link.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
lsp_test.go gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
references.go
rename.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
reset_golden.sh gopls: fix the reset_golden.sh script and regenerate golden files 2022-09-26 18:57:12 +00:00
semantic.go
server.go gopls/internal/span: move internal/span into gopls 2022-10-07 14:50:44 +00:00
server_gen.go internal/lsp: latest version of LSP stubs 2022-09-13 15:21:19 +00:00
signature_help.go
symbols.go
text_synchronization.go gopls/internal/span: some cleanups 2022-10-13 13:15:27 +00:00
workspace.go gopls/internal/lsp: warn about Go versions that are too old 2022-10-07 17:55:15 +00:00
workspace_symbol.go

README.md

lsp

internal/lsp provides much of the Language Server Protocol (lsp) implementation for gopls.

Documentation for users and contributors can be found in the gopls/doc directory.