gotools/gopls/internal/test/integration/completion/completion_test.go

func TestMain(m *testing.M) {}

const proxy

func TestPackageCompletion(t *testing.T) {}

func TestPackageNameCompletion(t *testing.T) {}

// TODO(rfindley): audit/clean up call sites for this helper, to ensure
// consistent test errors.
func compareCompletionLabels(want []string, gotItems []protocol.CompletionItem) string {}

func TestUnimportedCompletion(t *testing.T) {}

// Test that completions still work with an undownloaded module, golang/go#43333.
func TestUndownloadedModule(t *testing.T) {}

// Test that we can doctor the source code enough so the file is
// parseable and completion works as expected.
func TestSourceFixup(t *testing.T) {}

func TestCompletion_Issue45510(t *testing.T) {}

func TestCompletionDeprecation(t *testing.T) {}

func TestUnimportedCompletion_VSCodeIssue1489(t *testing.T) {}

func TestUnimportedCompletion_VSCodeIssue3365(t *testing.T) {}

func TestUnimportedCompletionHasPlaceholders60269(t *testing.T) {}

func TestPackageMemberCompletionAfterSyntaxError(t *testing.T) {}

func TestCompleteAllFields(t *testing.T) {}

func TestDefinition(t *testing.T) {}

// Test that completing a definition replaces source text when applied, golang/go#56852.
func TestDefinitionReplaceRange(t *testing.T) {}

func TestGoWorkCompletion(t *testing.T) {}

func TestBuiltinCompletion(t *testing.T) {}

func TestOverlayCompletion(t *testing.T) {}

// Fix for golang/go#60062: unimported completion included "golang.org/toolchain" results.
func TestToolchainCompletions(t *testing.T) {}

// show that the efficacy counters get exercised. Fortuntely a small program
// exercises them all
func TestCounters(t *testing.T) {}