1
0
mirror of https://github.com/golang/go synced 2024-11-18 23:54:41 -07:00
go/internal/lsp/source
Rebecca Stambler 0d62d4405e internal/lsp: change ordering of hover depending on hoverKind
This change configures the ordering of documentation on hover. If the
user has requested full documentation, the signature appears at the top,
to avoid the user having to scroll. Otherwise, the signature appears at
the bottom, to minimize the distance between the triggering identifier
and the signature.

Updates golang/go#33352

Change-Id: I017baaabd0ee0c31cb13cb6abdda296782929823
Reviewed-on: https://go-review.googlesource.com/c/tools/+/189943
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-08-12 21:11:28 +00:00
..
analysis.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
completion_format.go internal/lsp: fix documentation for completion items 2019-08-12 17:13:29 +00:00
completion_snippet.go internal/lsp: provide deep completion candidates 2019-06-27 18:58:03 +00:00
completion.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
deep_completion.go internal/lsp: provide deep completion candidates 2019-06-27 18:58:03 +00:00
diagnostics_test.go internal/span: change URI.Filename so it just returns the filename 2019-06-10 21:39:43 +00:00
diagnostics.go internal/lsp: fix documentation for completion items 2019-08-12 17:13:29 +00:00
enums.go internal/lsp: switch completion item tests to using the enum strings 2019-04-17 17:57:43 +00:00
format.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
highlight.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
hover.go internal/lsp: change ordering of hover depending on hoverKind 2019-08-12 21:11:28 +00:00
identifier.go internal/lsp: fix documentation for completion items 2019-08-12 17:13:29 +00:00
references.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
rename_check.go internal/lsp: cache the *ast.File and *token.File on the package 2019-07-16 19:44:59 +00:00
rename.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
signature_help.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
source_test.go internal/lsp: fix documentation for completion items 2019-08-12 17:13:29 +00:00
suggested_fix.go go/analysis: remove +experimental build tag from suggested fixes 2019-08-08 19:51:39 +00:00
symbols.go internal/lsp: use x/xerrors to create new errors 2019-08-06 19:46:56 +00:00
util.go internal/lsp: show "do not edit" message when user opens generated file 2019-08-07 16:44:42 +00:00
view.go internal/lsp: fix documentation for completion items 2019-08-12 17:13:29 +00:00