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

..06-Jan-2021-

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

browser/H06-Jan-2021-6952

cache/H06-Jan-2021-9,5537,407

cmd/H06-Jan-2021-4,0153,144

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

diff/H06-Jan-2021-1,004808

fake/H06-Jan-2021-2,3241,817

fuzzy/H06-Jan-2021-1,006784

helper/H06-Jan-2021-287244

lsprpc/H06-Jan-2021-1,038783

mod/H06-Jan-2021-525415

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

snippet/H06-Jan-2021-164104

source/H06-Jan-2021-18,68014,382

testdata/H06-Jan-2021-9,4797,137

tests/H06-Jan-2021-2,0911,825

README.mdH A D06-Jan-2021202 85

call_hierarchy.goH A D06-Jan-20211.3 KiB4330

code_action.goH A D06-Jan-202118.7 KiB613533

code_lens.goH A D06-Jan-20211.5 KiB5746

command.goH A D06-Jan-202116 KiB514450

completion.goH A D06-Jan-20214.9 KiB161120

completion_test.goH A D06-Jan-20214.7 KiB155136

debounce.goH A D06-Jan-20212 KiB8252

debounce_test.goH A D06-Jan-20211.9 KiB8878

definition.goH A D06-Jan-20211.5 KiB6250

diagnostics.goH A D06-Jan-202117.3 KiB549430

folding_range.goH A D06-Jan-20211.2 KiB4535

format.goH A D06-Jan-2021755 2921

general.goH A D06-Jan-202114.7 KiB493405

highlight.goH A D06-Jan-20211.1 KiB4031

hover.goH A D06-Jan-2021765 2921

implementation.goH A D06-Jan-2021617 2214

link.goH A D06-Jan-20218.1 KiB281250

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

progress.goH A D06-Jan-20216.8 KiB254175

progress_test.goH A D06-Jan-20214.2 KiB162144

references.goH A D06-Jan-2021978 3729

rename.goH A D06-Jan-20211.5 KiB5340

reset_golden.shH A D06-Jan-2021164 74

semantic.goH A D06-Jan-202117.2 KiB607520

server.goH A D06-Jan-20214.6 KiB155105

server_gen.goH A D06-Jan-20218.2 KiB226164

signature_help.goH A D06-Jan-2021985 3224

symbols.goH A D06-Jan-20211.5 KiB5239

text_synchronization.goH A D06-Jan-20219.2 KiB320247

workspace.goH A D06-Jan-20213.2 KiB10890

workspace_symbol.goH A D06-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