1
0
mirror of https://github.com/golang/go synced 2024-11-18 18:44:42 -07:00
go/internal/lsp
Rebecca Stambler 61483d104a internal/lsp: show comments for grouped variable declarations
Fixes golang/go#36139

Change-Id: I8aaf1a5d65b8d66ea7bb350439cc960c7505307d
Reviewed-on: https://go-review.googlesource.com/c/tools/+/211637
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2019-12-18 20:39:36 +00:00
..
browser
cache internal/lsp/cache: move overlay and debug handling into separate files 2019-12-18 19:17:43 +00:00
cmd internal/lsp: change CompletionItem.{Command,TextEdit} to pointers 2019-12-16 22:14:42 +00:00
debug internal/lsp/debug: print the debug port 2019-12-18 04:04:34 +00:00
diff
fuzzy
protocol internal/lsp: change CompletionItem.{Command,TextEdit} to pointers 2019-12-16 22:14:42 +00:00
snippet
source internal/lsp: show comments for grouped variable declarations 2019-12-18 20:39:36 +00:00
telemetry
testdata internal/lsp: show comments for grouped variable declarations 2019-12-18 20:39:36 +00:00
tests internal/lsp: change CompletionItem.{Command,TextEdit} to pointers 2019-12-16 22:14:42 +00:00
code_action.go
command.go
completion_test.go
completion.go internal/lsp: change CompletionItem.{Command,TextEdit} to pointers 2019-12-16 22:14:42 +00:00
definition.go
diagnostics.go
folding_range.go
format.go
general.go
highlight.go
hover.go
implementation.go internal/lsp: fix find-implementation for promoted methods 2019-12-16 21:36:29 +00:00
link.go
lsp_test.go
references.go
rename.go
reset_golden.sh
server.go
signature_help.go
symbols.go
text_synchronization.go
watched_files.go
workspace.go