1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/internal/lsp/source
Ian Cottrell e528388d46 internal/lsp: Add to and from string handling for the enums
This is to help with debugging, and to allow us to write tests that do not
rely on hard coded constants.

Change-Id: Ica9ed5eee3d35539fe50d76276988852e62b81ca
Reviewed-on: https://go-review.googlesource.com/c/tools/+/172401
Run-TryBot: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-04-16 21:24:01 +00:00
..
analysis.go internal/lsp: use new go/packages LoadMode to get TypesSizes 2019-03-29 21:52:04 +00:00
completion.go cmd/lsp: skip completion in string literals 2019-03-15 16:51:35 +00:00
definition.go internal/lsp: handle definitions for variables with error types 2019-04-15 20:59:51 +00:00
diagnostics.go internal/lsp: fix badly formatted error messages from go vet 2019-04-16 19:41:54 +00:00
enums.go internal/lsp: Add to and from string handling for the enums 2019-04-16 21:24:01 +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
signature_help.go internal/lsp: add correct handling for circular imports 2019-03-15 16:49:21 +00:00
symbols.go internal/lsp: fix crash when there is a type alias to a struct in the symbols code 2019-04-16 15:17:39 +00:00
view.go internal/lsp: normalise and make public diff<->edit conversions 2019-04-15 20:31:36 +00:00