tools/internal/lsp/source
Rebecca Stambler abbb706b23 internal/lsp: enable enhanced hover by default
This change removes the explicit configuration for improved
documentation on hover. We use a comment's synopsis rather than the full
comment.

However, we also add a "noDocsOnHover" setting that is used by the cmd
tests. Ultimately, no one should use this setting and we should remove
it. We leave it temporarily because the cmd tests still need work.

Change-Id: I5488eca96a729ed7edad8f59b95af163903740d6
Reviewed-on: https://go-review.googlesource.com/c/tools/+/174378
Run-TryBot: Rebecca Stambler <rstambler@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
2019-05-16 17:30:22 +00:00
..
analysis.go internal/lsp: add more error propagation and logging for analyses 2019-04-24 02:44:48 +00:00
completion.go internal/lsp: handle more expected type cases 2019-05-16 16:26:11 +00:00
completion_format.go internal/lsp: remove constant value from label and add tests 2019-05-15 19:19:14 +00:00
completion_snippet.go internal/lsp: handle additional snippet cases 2019-05-15 17:48:15 +00:00
diagnostics.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +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: prepare for non go files 2019-05-15 23:59:46 +00:00
highlight.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +00:00
hover.go internal/lsp: enable enhanced hover by default 2019-05-16 17:30:22 +00:00
identifier.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +00:00
signature_help.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +00:00
source_test.go internal/lsp: enable enhanced hover by default 2019-05-16 17:30:22 +00:00
symbols.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +00:00
util.go internal/lsp: add some missing copyright notices 2019-05-11 04:16:17 +00:00
view.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +00:00