1
0
mirror of https://github.com/golang/go synced 2024-11-19 04:24:39 -07:00
go/internal/lsp/source
Ian Cottrell 4f9510c6a1 internal/lsp: prepare for non go files
This abstracts out the concrete file type so that we can support non go files.

Change-Id: I7447daa2ce076ec2867de9e59a0dedfe1a0553f5
Reviewed-on: https://go-review.googlesource.com/c/tools/+/175217
Run-TryBot: Ian Cottrell <iancottrell@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Rebecca Stambler <rstambler@golang.org>
2019-05-15 23:59:46 +00:00
..
analysis.go internal/lsp: add more error propagation and logging for analyses 2019-04-24 02:44:48 +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
completion.go internal/lsp: prepare for non go files 2019-05-15 23:59:46 +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: fix typo on license year 2019-05-14 17:17:24 +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: prepare for non go files 2019-05-15 23:59:46 +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