• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..19-Jan-2021-

analysis/H19-Jan-2021-2,9142,252

browser/H19-Jan-2021-6952

cache/H19-Jan-2021-9,5757,412

cmd/H19-Jan-2021-4,0953,208

debug/H19-Jan-2021-1,7251,451

diff/H19-Jan-2021-1,004808

fake/H19-Jan-2021-2,3661,852

fuzzy/H19-Jan-2021-1,006784

helper/H19-Jan-2021-287244

lsprpc/H19-Jan-2021-1,038783

mod/H19-Jan-2021-525415

protocol/H19-Jan-2021-7,7363,921

snippet/H19-Jan-2021-164104

source/H19-Jan-2021-18,69914,398

testdata/H19-Jan-2021-9,4977,146

tests/H19-Jan-2021-2,0921,825

README.mdH A D19-Jan-2021202 85

call_hierarchy.goH A D19-Jan-20211.3 KiB4330

code_action.goH A D19-Jan-202118.7 KiB613533

code_lens.goH A D19-Jan-20211.5 KiB5746

command.goH A D19-Jan-202116 KiB514450

completion.goH A D19-Jan-20214.9 KiB161120

completion_test.goH A D19-Jan-20214.7 KiB155136

debounce.goH A D19-Jan-20212 KiB8252

debounce_test.goH A D19-Jan-20211.9 KiB8878

definition.goH A D19-Jan-20211.5 KiB6250

diagnostics.goH A D19-Jan-202117.3 KiB549430

folding_range.goH A D19-Jan-20211.2 KiB4535

format.goH A D19-Jan-2021755 2921

general.goH A D19-Jan-202114.7 KiB493405

highlight.goH A D19-Jan-20211.1 KiB4031

hover.goH A D19-Jan-2021765 2921

implementation.goH A D19-Jan-2021617 2214

link.goH A D19-Jan-20218.1 KiB281250

lsp_test.goH A D19-Jan-202133 KiB1,1971,083

progress.goH A D19-Jan-20216.8 KiB254175

progress_test.goH A D19-Jan-20214.2 KiB162144

references.goH A D19-Jan-2021978 3729

rename.goH A D19-Jan-20211.5 KiB5340

reset_golden.shH A D19-Jan-2021164 74

semantic.goH A D19-Jan-202117.2 KiB607520

server.goH A D19-Jan-20214.6 KiB155105

server_gen.goH A D19-Jan-20218.2 KiB226164

signature_help.goH A D19-Jan-2021985 3224

symbols.goH A D19-Jan-20211.5 KiB5239

text_synchronization.goH A D19-Jan-20219.2 KiB320247

workspace.goH A D19-Jan-20213.2 KiB10890

workspace_symbol.goH A D19-Jan-2021704 2415

README.md

1# lsp
2
3internal/lsp provides much of the Language Server Protocol (lsp) implementation
4for gopls.
5
6Documentation for users and contributors can be found in the
7[`gopls/doc`](../../gopls/doc) directory.
8